···51515252## Development
53535454+If you want to make any changes, then you do need to use a bundler/server:
5555+5456* Install [Bun](https://bun.com).
5557* Install dependencies with `bun install`.
5658* Start the server with `bun serve.js`.
5757- * Alternatively, to just build the project without starting a server, use `bun build.js`.
5959+ - Alternatively, to just build the project without starting a server, use `bun build.js`.
5860* Navigate to `localhost:3000` in your browser.
5961* Refresh to see changes.
6062