Create a file .env.development.local
with the following firebase variables set:
VUE_APP_FIREBASE_PROJECT_ID=[your firebase project id]
VUE_APP_FIREBASE_API_KEY=[your firebase API key]
VUE_APP_FIREBASE_MESSAGING_SENDER_ID=[your messaging sender id]
You can create a firebase project easily here.
Install all dependencies with
npm install
npm run serve
npm run build
No test is written yet. Still in Beta, major changes might be introduced.
npm run lint
Jason Yu