Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 452 Bytes

File metadata and controls

35 lines (25 loc) · 452 Bytes

Built using

  • Next.js 14
  • React
  • Typescript
  • schadcn/ui
  • Tailwind
  • Framer Motion
  • Magic UI

Getting Started Locally

  1. Clone this repository to your local machine:

    git clone https://github.com/patrickgdl/patricklima.dev.git
  2. Move to the cloned directory

    cd patricklima.dev
  3. Install dependencies:

    pnpm install
  4. Start the local Server:

    pnpm dev