mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-08 03:28:37 +03:00
858 B
858 B
firebase-archiver-2
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Customize configuration
Release process
- install firebase locally
- login to your firebase account with
firebase login - make sure you have access to the project
firebase projects:list - build
yarn buildand then releasefirebase deploy --only hosting - to update schedule functions
firebase deploy --only functions - to update secrets use
firebase functions:secrets:set SECRET_NAMEmore info hereAPI_SERVICE_PASSWORDfor the auto-archiver-api