This is my personal website, it was written in Javascript and uses the SvelteKit framework
- Install dependencies by running
npm install
- start the development server
npm run dev
ornpm run dev -- --open
(the latter automatically opens the site in your default browser)
To create a production version:
npm run build
[insert instructions here]
You can preview the production build with npm run preview
.