To setup the dev environment, install dependencies on your local machine:
You shouldn't be required to use Bun, and you can replace all bun commands with npm, but this will be slower.
Install modules with the following command:
bun install
Then, you can run the development server with the following:
bun run dev
To build the website, run the following:
bun run build
This will go through the process of building the website with Vite.
This website is deployed by Cloudflare Pages.
Set framework to none and use Vite's build instructions.
Icons are courtesy of Bootstrap Icons.