Contains the source code of my personal website, deployed on GitHub Pages

Build instructions

# First install the required dependencies
pnpm install
# Run a dev server
pnpm run dev
# Build for production
pnpm run build