https://github.com/bellingcat/auto-archiver-setup-tool
https://github.com/bellingcat/auto-archiver-setup-tool
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bellingcat/auto-archiver-setup-tool
- Owner: bellingcat
- Created: 2023-05-19T07:39:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T15:06:55.000Z (8 months ago)
- Last Synced: 2025-05-30T00:42:02.314Z (8 months ago)
- Language: Vue
- Size: 855 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aut Archiver Setup Tool
This project is a firebase/vue app that can connect to an instance of the [Auto Archive API](https://github.com/bellingcat/auto-archiver-api).

## development with yarn
```bash
# 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](https://firebase.google.com/) and a Google project, and as it stands you need to update the hardcoded APP identifiers ([here](src/store/index.js) and [here](firebase.json)); a PR on isolating that to .env is welcome.
1. install firebase locally
2. login to your firebase account with `firebase login`
3. make sure you have access to the project `firebase projects:list`
4. build `yarn build` and check with `yarn preview`, once all is good release `firebase deploy --only hosting`