- A locally running web server such as [caddy](https://github.com/caddyserver/caddy)
### Setup
1. Clone the repo locally using git
2. Setup your web server and make sure it runs
3. Configure the web server so it serves files via caddy's [`file_server`](https://caddyserver.com/docs/caddyfile/directives/file_server)
Example of a local Caddyfile:
```Caddyfile
localhost
file_server
```
4. Use `just` or `just build` this will generate all the HTML files and copy all assets into an `out` folder which may copy the contents of inside caddy's `site` folder to be served