Hi there! This is a repository for my portfolio website. It shows info about me and my jobs. I impove it regulary and try new technologies on it.
If you don't have pnpm installed, you need to install it first.
pnpm install
Run following command and visit http://localhost:3333
pnpm dev
... or run this command to share development server across a local network
pnpm dev --host
This will use vite-ssg to generate static website
pnpm build