Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 214 Bytes

File metadata and controls

11 lines (9 loc) · 214 Bytes

nomad

A platform to find events near you and change the world.

Getting Started

  1. git clone
  2. npm install
  3. create postgres database
  4. set up .env with variables
  5. seed with node db/seed.js
  6. npm start