Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 581 Bytes

Colle Joulian's Portfolio | 2024

Hey, would you like to see how I made my portfolio? Or just run it on your computer? Here's the information you need.

Technologies

  • Next.js / React
  • Tailwindcss
  • Typescript
  • node, pnpm

Installation

Prerequisites

  • Node.js
  • pnpm

Steps

  1. Clone the repository to your desired location.
  2. Open a terminal and cd into the project's folder.
  3. Run pnpm install and wait for all the dependencies to be downloaded.
  4. Then run pnpm run build to create the production build.
  5. Finally, start the server with pnpm start.