This website is built with SvelteKit, so a development server is built in.
bun dev
starts a development server at localhost:5173.bun dev --host
hosts the development server on your network at {LOCAL_IP}:5173.bun run build && bun preview
builds and locally hosts a production version of the site.