https://github.com/theaxelander/theaxelander.github.io
https://github.com/theaxelander/theaxelander.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theaxelander/theaxelander.github.io
- Owner: TheAxelander
- Created: 2023-08-14T08:04:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T12:56:37.000Z (5 months ago)
- Last Synced: 2026-01-11T03:59:48.650Z (5 months ago)
- Homepage: https://theaxelander.github.io/
- Size: 2.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenBudgeteer Documentation
## Install
``` bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
## Deployment
``` bash
mike deploy --push --update-aliases x.x.x latest
mike deploy --push pre-release
```
## In case of damage
``` bash
mike delete --all --push
mike set-default --push latest
mike deploy --push --update-aliases x.x.x latest
mike deploy --push pre-release
```