Current Sketch File: https://drive.google.com/open?id=1te2BRyotmrfZk538s-tMRWjmUR_Ue7RK
- Clone the repo
git clone https://github.com/setlife-network/website
- Install packages
cd website
npm install
- Run the UI server
npm run dev
- Open a new Terminal tab and run the web server
node server
- UI should open in the browser at
localhost:3000