Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 592 Bytes

Initial Setup

  1. yarn install
  2. firebase use
  3. Install the Google Cloud Datastore Emulator

Tests

Written with mocha and expect.

  • yarn test
  • yarn autotest to automatically re-run on file changes

Development

Start dev server (this automatically starts the Cloud Datastore Emulator and seeds it with sample data)

  • yarn dev

Currently only the webapp runs locally. Pubsub functions (e.g. for processing uploads) need to run in Firebase.