website/README.md
KittenTM 06375f20fa
Some checks failed
ci / ci (22, debian-trixie) (push) Failing after 24s
feat: readme pt 2
2026-05-26 23:20:17 +02:00

791 B

SPBR Website

Readme Bannerr

This is our official website's source code! Want to contribute? Submit a PR today!

Note

Please note that some features will not be available, and we are constantly improving the website.

Setup

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun run dev

Production

Build the website for production:

bun run build

If you encounter issues when building (eg. missing TS config files,) regenerate the stub files:

bun run nuxi prepare

Locally preview the prod build using Bun:

bun .output/server/index.mjs