Serve the assets for sis-custom
Installation
Requirements
Start the server locally
node server.js
Heroku - Update remote server
Add Heroku as a Remote
heroku git:remote -a sis-custom-build
Push
git push heroku master
Config variables
heroku config:set SIS_ENABLE_SSL=1
Contributing
- Fork it!
- Create a jira in the SIS Replacement Project
- Create your feature branch:
git checkout -b SISRP-XXXX-my-new-feature
- Commit your changes:
git commit -m 'SISRP-XXXX - Add some feature'
- Push to the branch:
git push origin SISRP-XXXX-my-new-feature
- Submit a pull request