Skip to content
wb9688 edited this page Feb 3, 2016 · 28 revisions

Cloning

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

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

Dependencies

You will also need to install Node.js. After that install Grunt and Webpack:

npm i -g grunt-cli webpack

Running and debugging

Run the following once to install the dependencies:

npm i

Watch for SCSS/CSS changes:

grunt watch

You can also build for all platforms with:

grunt build

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


For Windows

Apps needed

After this a console will appear, then write the codes above

Clone this wiki locally