Skip to content

dastrm/dastrm.github.io

Repository files navigation

dastrm.github.io

Build Status

This is the source code of my personal website based on SvelteKit.

Building

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

Deploying

The website is deployed automatically to GitHub Pages using GitHub Actions.

Contributing

Report an issue or open a pull request.