Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 782 Bytes

File metadata and controls

14 lines (10 loc) · 782 Bytes

OneList

Build codecov

Working Environment, Project | Ergonomics and Aerosol Technology

Setup

  • Set up environment variables, e.g. npm run env:pull
  • Create postgres database, e.g. npm run db:pull
  • Install dependencies: npm run install:all (or install separately: npm install, cd client && npm install, cd ../server && npm install)
  • Start both client and server: npm start
    • Or start separately: npm run client:serve (frontend) and npm run server:start (backend)