Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 324 Bytes

SM-808 Sequencer project

To run project the easy way

open dist/index.html in Firefox

To run project the complicated way (for browsers that complain about Cross origin requests)

npm install
npm install -g grunt-cli
grunt connect

Then Browse

http://localhost:3000