mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-07 19:18:36 +03:00
50a257d6e82fedc2412e834305a69c81c2f40de1
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 - if you add any library to a function, install it inside the
/functionsfolder and not in the root folder - to update secrets use
firebase functions:secrets:set SECRET_NAMEmore info hereAPI_SERVICE_PASSWORDfor the auto-archiver-apiGOOGLE_API_CLIENT_EMAILandGOOGLE_API_PRIVATE_KEYfor the scheduled function to validate sheets exist
Description
Languages
Vue
81.3%
JavaScript
17.9%
HTML
0.7%
CSS
0.1%