You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Setup dependencies (requires mise)
mise install
bun install
# Development server
bun run dev
# Build for production
bun run build
# Generate sitemap after build
bun run build:sitemap
# Serve built site locally
bun run serve