You can view the IFS library and prototypes here:
node (works with v10.15.2) nodeJS
npm Node Package Manager (should be bundled with node)
nvm Node Version Manager nvm repo
heroku Heroku "toolbelt" or CLI (only required if you will be building on Heroku)
- clone repo:
git clone git@github.com:InnovateUKGitHub/ifs-prototypes.git
- install dependencies:
npm install
- run the app:
npm start
- view locally: http://localhost:3000
- you will need the username and password supplied from another member of the team
This is only a very brief overview of the process
- work in a sensibly-named branch off master
- add/commit/push to Git as normal
- create a pull request and have it reviewed
- merge working branch to master branch
- rebuild on master,
git push heroku master