Skip to content

setlife-network/website

Repository files navigation

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