Skip to content

My personal website, built with TypeScript and SvelteKit.

Notifications You must be signed in to change notification settings

jack-weilage/weilage.dev

Repository files navigation

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.