docs: Add bundle command instructions to README

This commit is contained in:
2026-08-26 13:07:33 +03:30
parent d001298e80
commit 1cd22c3b7d
+6
View File
@@ -8,4 +8,10 @@ To run:
bun run dev
```
To build the js bundle:
```sh
bun run bundle
```
> The bundle will be available at dist/index.js
open http://localhost:3000