Skip to content

Instantly share code, notes, and snippets.

@haydarai
Created July 17, 2019 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haydarai/5b2ca4506211ff6909c566932e57e523 to your computer and use it in GitHub Desktop.
Save haydarai/5b2ca4506211ff6909c566932e57e523 to your computer and use it in GitHub Desktop.

Virtus

Activity tracker for sales

Environment Setup

  1. Copy and paste .env.example as .env and change variables inside the file accordingly
  2. Put firebase service account file in keys folder as firebase.json

Build Setup

# install dependencies
$ yarn

# reset database (if exist)
$ yarn reset

# seed dataase with pre-populated database
$ yarn seed

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment