Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 402 Bytes

Current Sketch File: https://drive.google.com/open?id=1te2BRyotmrfZk538s-tMRWjmUR_Ue7RK

Development

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