To run Salaris, you will need to have some dependencies installed globaly.
- Install Watchify
- Install Browserify
- Install uglifyjs
- Clone the repo
- Install all dependencies by performing on the repo's folder:
- Now
npm start
This will open a static server at http://localhost:3000npm run watch
This will watch javascript filesnpm run build
This will create a javascript bundle file
- Access http://localhost:3000
- All Salaris code can be used under the MIT license.