Logo

vdberg.dev

The first version of my personal portfolio vdberg.dev, built with SvelteKit and hosted on Vercel.

Overview

This application is built using SvelteKit. It contains my personal portfolio, as well as a blog section (coming soon).

๐Ÿšจ Open Source

This project is made open source, so you can see how I did things, for educational purposes. Please do not copy directly and claim it as your own. I spend a lot of time and effort into designing and implementing this portfolio. This is my first big personal project, and I am proud of it. So, please, do not copy.

๐Ÿ›  Installation

If you wish to run this site yourself, follow these steps:

  1. Install dependencies
yarn install
  1. Start the development server
yarn run dev

๐Ÿงช Unit and E2E tests

  1. Run unit tests using Vitest
yarn run test:unit
  1. Run E2E tests using Playwright
yarn run test

๐Ÿš€ Build and run for production

  1. Generate the production build
yarn run build
  1. Preview the site
yarn run preview

Top categories

Loading Svelte Themes