yarn install
yarn serve
yarn build
yarn lint
currently the service communicates directly with firestore.
Therefore configuration is read from a .env file.
The following keys are needed in the .env file.
VUE_APP_FIREBASE_API_KEYVUE_APP_FIREBASE_AUTH_DOMAINVUE_APP_FIREBASE_DATABASE_URLVUE_APP_FIREBASE_PROJECT_IDVUE_APP_FIREBASE_STORAGE_BUCKETVUE_APP_FIREBASE_MESSAGING_SENDER_IDVUE_APP_FIREBASE_APP_IDVUE_APP_FIREBASE_MEASUREMENT_ID(optional)
These values can be found in the firebase console under Project Settings -> Your project