-
Notifications
You must be signed in to change notification settings - Fork 640
Development
karlheinzstanzel edited this page Jan 2, 2023
·
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.
Node v6+ Node.js.
npm i
Now that you got everything installed you can run in development mode which will open the devtools automatically when passing the flag NODE_ENV=development
.
NODE_ENV=development npm start
When everything is installed you should be able to watch for changes in JS and SASS files:
npm run watch
You can also build for all platforms with (ps tasks for specific platforms are available):
npm run release
To see all tasks available please head to tasks
Press alt+cmd+i on Mac (previous build Ctrl+/ on Windows or cmd+/ for Mac) to display the devtools. Enjoy!
- Git for Windows - for cloning the repository
- Node.js - the programming language in which Soundnode is written.
Right click in the folder where you want to clone the repo, select Git Bash
and then write the commands above.