Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1000 Bytes

File metadata and controls

44 lines (34 loc) · 1000 Bytes

clemc.dev - Personal Portfolio & Blog

My personal portfolio and blog website showcasing my work as a frontend developer. Visit clemc.dev to see it live.

🛠️ Tech Stack

🚀 Run Locally

  1. Clone the repository:

    git clone https://github.com/clemcornet/clemc.dev.git
    cd clemc.dev
  2. Install dependencies:

    # Using pnpm (recommended)
    pnpm install
  3. Start development server:

    pnpm dev

📦 Building for Production

  1. Build the application:

    pnpm generate
  2. Preview production build:

    pnpm preview