Skip to content

Vakme/dragomon

Repository files navigation

dragomon CircleCI (all branches) GitHub (pre-)release StackShare

Firebase setup

Rename env.local.sample to env.local and fill with Firebase credentials. You need to enable in Firebase console:

  • Database
  • Storage
  • Google Auth

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Run your end-to-end tests

yarn run test:e2e