This website is built with SvelteKit and developed using Bun.
# Linux/macOS
curl -fsSL https://bun.sh/install | bash# Windows (PowerShell)
powershell -c "irm bun.sh/install.ps1 | iex"- Install dependencies
bun install- Run locally
bun dev- Build and preview the static website locally
bun run build && bun run preview