Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 508 Bytes

File metadata and controls

27 lines (19 loc) · 508 Bytes

Resilience.is

Set Up

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

Editing the page

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