mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-07 19:18:36 +03:00
a11e9bea77ab907172ceacae3d1c09422813533f
Aut Archiver Setup Tool
This project is a firebase/vue app that can connect to an instance of the Auto Archive API.
development with yarn
# 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
Release/development process
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 buildand check withyarn preview, once all is good releasefirebase deploy --only hosting - to update schedule functions
firebase deploy --only functionscurrently these are disabled - if you add any library to a function, install it inside the
/functionsfolder and not in the root folder
Description
Languages
Vue
81.3%
JavaScript
17.9%
HTML
0.7%
CSS
0.1%
