This is the source code of my personal website based on SvelteKit.
Install dependencies with the npm
package manager:
npm install
Start a development server:
npm run dev
Create a production version with all the necessary files:
npm run build
Preview the production build:
npm run preview
The website is deployed automatically to GitHub Pages using GitHub Actions.
Report an issue or open a pull request.