Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 382 Bytes

File metadata and controls

15 lines (11 loc) · 382 Bytes

Proof of concept digital vinyl app. https://robianmcd.github.io/open-dvs/

This project uses gulp v4 so if you have gulp installed globally you will need to uninstall it and replace it with gulp-cli which works with both gulp 3 and 4. e.g.

npm uninstall -g gulp
npm install -g gulp-cli

Run the following to build and run the app:

npm install
npm start