First clone the repo:
git clone https://github.com/muigaiunaka/resilience.git
Check that you have node installed by running:
npm -v
To run the web app and see it locally in the browser, run this command in terminal:
nodemon server.js
The resilience.is page should open at localhost:3000
To edit the front end, open up the folder in your text editor:
For CSS: public\assets\css\styles.css
For Html: public\views\index.html