To install dependencies:
bun install
To build the website:
bun run build
To build the website in watch mode (use with preview):
bun build:watch
To preview the website:
bun preview
This project was created using bun init
in bun v1.1.31. Bun
is a fast all-in-one JavaScript runtime.