-
Notifications
You must be signed in to change notification settings - Fork 641
Development
wb9688 edited this page Apr 5, 2016
·
28 revisions
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.
You will also need to install Node.js. After that install Grunt and Webpack:
npm i -g grunt-cli webpack
Run the following once to install the dependencies:
npm i --legacy-bundling
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!
- Git for Windows - for cloning the repository
- Node.js - the programming language Soundnode is written in
Right click in the folder where you want to clone the repo, select Git Bash
and then write the commands above.