https://github.com/ebonnal/adeptus-optimus-frontend
https://github.com/ebonnal/adeptus-optimus-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebonnal/adeptus-optimus-frontend
- Owner: ebonnal
- License: other
- Created: 2020-10-13T19:31:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T21:23:14.000Z (about 3 years ago)
- Last Synced: 2025-03-07T21:11:10.994Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Adeptus Optimus Frontend
|action|desc|
|--|--|
|[](https://adeptus-optimus.web.app/)|Status of the last prod deployment. **Click on this badge to visit the app**.|
|[](https://github.com/bonnal-enzo/adeptus-optimus-frontend/actions)|Status of the preview deployment of the last PR on main. Visit it using the link from action's auto comment in your PR.|# Init deployment on Firebase
```
sudo apt-get autoremove
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g firebase-tools
firebase login
firebase init
firebase deploy
```# Test locally
In root (avoid CORS issues locally):`chromium-browser --disable-web-security --user-data-dir ./public/index.html`
Dev query string: `id=admin&token=U2FsdGVkX19RnMg2FE1stKRuQXwlG2B5FoDydDCoWk0qmXTcBZWMzbu3IwlTWoNK`