This is the source code of my personal website, were you're going to find my projects, who am I, and how to find me.
Check the story behind this website on my blog.
Make sure you have Node.js and PNPM installed.
Install the dependencies:
pnpm install
Then start the development server:
pnpm dev
To build the website:
pnpm build
Note
This website is powered by Aplós, a sleek VitePress theme.