Personal website built with SvelteKit and TypeScript, deployed to GitHub Pages.
npm install
npm run dev
Opens a development server at http://localhost:5173 with hot reload.
npm run build
Outputs static files to build/ directory.
npm run preview
npm run check
Pushing to the master branch automatically triggers a GitHub Actions workflow that builds and deploys the site to GitHub Pages.
MIT