This project is a firebase/vue app that can connect to an instance of the Auto Archive API.
# setup
yarn install
# Compiles and hot-reloads for development
yarn serve
# Compiles and minifies for production
yarn build
# Previews the production build
yarn preview
# Lints and fixes files
yarn lint
You need a firebase APP and a Google project, and as it stands you need to update the hardcoded APP identifiers (here and here); a PR on isolating that to .env is welcome.
- install firebase locally
- login to your firebase account with
firebase login
- make sure you have access to the project
firebase projects:list
- build
yarn build
and check withyarn preview
, once all is good releasefirebase deploy --only hosting
- to update schedule functions
firebase deploy --only functions
currently these are disabled - if you add any library to a function, install it inside the
/functions
folder and not in the root folder