Skip to content

Patrickroelofs/patrickroelofs.com

Repository files navigation

Patrick Roelofs

This project is a personal website for Patrick Roelofs.

Installation

  1. Clone the repository:
    git clone https://github.com/patrickroelofs/patrickroelofs.com.git
  2. Navigate to the project directory:
    cd patrickroelofs.com
  3. Install dependencies:
    pnpm install

Usage

To start the development server:

pnpm run dev

To build the project for production:

pnpm run build