Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 769 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 769 Bytes

Dependencies

To run Salaris, you will need to have some dependencies installed globaly.

  • Install Watchify
  • Install Browserify
  • Install uglifyjs

Building

  • 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:3000
    • npm run watch This will watch javascript files
    • npm run build This will create a javascript bundle file
  • Access http://localhost:3000

Credits


License:

  • All Salaris code can be used under the MIT license.