npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint
Install Vuetify
vue add vuetify
npm run deploy
node cli/index.js db-add-user --email [email protected] --password pass123 --name "Rumen Neshev" --title dev
- Sometimes the auth token of the Firebase CLI is expired but it still reports a user is admin so do:
firebase logout
firebase login
in order ot recreate the auth token for the GitHub Actions CI use:
firebase login:ci
and copy the created GitHub Secrets (it's with FIREBASE_TOKEN key)