This project is a personal website for Patrick Roelofs.
- Clone the repository:
git clone https://github.com/patrickroelofs/patrickroelofs.com.git
- Navigate to the project directory:
cd patrickroelofs.com
- Install dependencies:
pnpm install
To start the development server:
pnpm run dev
To build the project for production:
pnpm run build