- To start the project, clone the repo and run in terminal:
npm install
- To start the email server:
node index
- Run this to start the front end, create another terminal and run:
npm start
This document should be updated as the project progresses to include all instructions required to run the project.
Run the following:
heroku local web
: Use this to run heroku locally.
heroku open
: Open Heroku app page.
git push heroku master
: Push to update changes.