This repository contains the code for my portfolio. This portfolio was built using Next.js and TailwindCSS, and uses Lucide Icons, as well as my ESLint config and Prettier config.
More images can be seen in Preview.
To get started, you will need Node (at least v16.14.1) and a package manager of your choice, preferably pnpm.
- Run
pnpm installto install the needed dependencies. pnpm devto start the development server.pnpm buildto produce the optimized build for production.pnpm startto start the server for production.

