This is the source code for my personal website: 153957 Photography
This showcases my photography and time-lapse.
Clone this repository and ensure uv is installed.
To build the website use:
make build
The built website should then be in the .build directory.
Use the following target to locally test the site (http://localhost:8000), with automatic rebuilds when making changes:
make serve
To use Docker to build and develop use these commands, to serve the development server:
docker compose up -d
And to build the site:
docker compose -f compose.build.yaml up