Landing page for my domain
- Python 77.5%
- Dockerfile 22.5%
| .vscode | ||
| .woodpecker | ||
| landingpage | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| build.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
forest-athi.com
Landing page for forest-athi.com
Running unit tests
uv run pytest
Running the dev server
uv run flask --app landingpage:app run
Compiling the page
uv run build.py