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 startThis will open a static server at http://localhost:3000npm run watchThis will watch javascript filesnpm run buildThis will create a javascript bundle file
- Access http://localhost:3000
- All Salaris code can be used under the MIT license.