Skip to content
Michael Lancaster edited this page Feb 14, 2017 · 28 revisions

Cloning

You must have installed Git for cloning this repo, after that run:

git clone https://github.com/Soundnode/soundnode-app.git

After that cd to the directory where you cloned it.

Dependencies

Node v6+Node.js.

npm i

Running and debugging

When everything is installed you should be able to watch for changes in JS and SASS files:

npm watch

You can also build for all platforms with:

npm package:all

To see all tasks available please head to tasks

Press Cmd+/ (Ctrl+/ on Windows) to display the dev tools. Enjoy!


For Windows

requirements

Right click in the folder where you want to clone the repo, select Git Bash and then write the commands above.

Clone this wiki locally