This is the code for my website at https://www.herron.dev
The server can be run in Docker using: docker compose build && docker compose up
Alternatively, you can run the website locally in development mode using npm run dev.
I use parcel to build and package the website, mainly to get the following features:
- Cache busting, with automatic filename hashing
- Minification of static files
- Dynamic image sizing support