This is the repo for the slync web app.
- node 5.0+, npm 3.0+ (You can install both here)
Just clone the repo and install the dependencies.
git clone https://github.com/rittme/slync.git
cd slync
npm install
You may run npm run help
to see a description of all commands available, which you can run via npm run [command]
. Here are some important ones:
If you want to watch assets and compile them continuously, you will want to run
npm run start
This way, when you make changes to the app
folder, they will be reflected immediately without needing to restart the add-on.