mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-07 19:18:36 +03:00
8da3c758cd12017b71ff4b5694e0b9ed78ef4bf8
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
Description
Languages
Vue
81.3%
JavaScript
17.9%
HTML
0.7%
CSS
0.1%
