2023-09-10 13:04:17 -04:00

18 lines
339 B
Markdown

# Andrew's animal caregiving website
## Technologies used
* python
* flask
* Bootstrap
## shell.nix
A nix development environment. Include python3 and flask. To enter
the development environment run `nix-shell`.
## Development server
Development server can be run with `make dev-server`. The server runs
locally on port 5000.