···51515252## Development
53535454-If you want to make any changes, you'll need to install [Bun](https://bun.com) and install the project dependences with `bun install`. Use `bun build.js` or `bun serve.js` to recompile the bundles in `dist`.
5454+* Install [Bun](https://bun.com).
5555+* Install dependencies with `bun install`.
5656+* Start the server with `bun serve.js`.
5757+ * Alternatively, to just build the project without starting a server, use `bun build.js`.
5858+* Navigate to `localhost:3000` in your browser.
5959+* Refresh to see changes.
556056615762## Credits