/www

My personal portfolio website

Primary LanguageTypeScript

Portfolio

Repository for my personal portfolio website.

App Screenshot

Tech Stack

Frontend: Next.js, TailwindCSS

Run Locally

Clone the project

  git clone https://github.com/mislavjc/www.git

Go to the project directory

  cd www

Install dependencies

  pnpm install

Start the dev server

  npm run dev