A minimalistic static portfolio website with a purple, light color scheme.
The website's source code is licensed under MIT. This means that everyone that wants to use the source code as basis for their own portfolio website can do so. Please only make sure to replace my name in the content of the website.
The website is bundled with Vite, written in Typescript, HTML & CSS.
npm run dev # or
pnpm run dev # or
yarn run dev
npm run build # or
pnpm run build # or
yarn run build