Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 334 Bytes

File metadata and controls

31 lines (22 loc) · 334 Bytes

Project Demeter

Members

  • Ashlea Smith
  • Brendan Griffiths
  • Lisa Godwin
  • Nihal Ranchod
  • Zach Schwark

Setting up dev environment

  1. Install node
  2. Clone this repo
  3. Navigate to the project
cd Demeter
  1. Install Dependencies
npm install
  1. Run the project
npm run dev