···5152## Development
530054* Install [Bun](https://bun.com).
55* Install dependencies with `bun install`.
56* Start the server with `bun serve.js`.
57- * Alternatively, to just build the project without starting a server, use `bun build.js`.
58* Navigate to `localhost:3000` in your browser.
59* Refresh to see changes.
60
···5152## Development
5354+If you want to make any changes, then you do need to use a bundler/server:
55+56* Install [Bun](https://bun.com).
57* Install dependencies with `bun install`.
58* Start the server with `bun serve.js`.
59+ - Alternatively, to just build the project without starting a server, use `bun build.js`.
60* Navigate to `localhost:3000` in your browser.
61* Refresh to see changes.
62