This project uses bun (>= 1.2) as its package manager and task runner. Older bun versions can't read the text-based bun.lock lockfile and will do a slow, unpinned full resolve — upgrade with bun upgrade.
to install dependencies:
bun installto start the development server:
bun devto build the static site (output in out/):
bun run build