Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 578 Bytes

Development

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.