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 install
to install the needed dependencies. pnpm dev
to start the development server.pnpm build
to produce the optimized build for production.pnpm start
to start the server for production.