Skip to content

Personal site built with Nextjs 14, Drizzle, Next-Auth and Shadcn-UI

License

Notifications You must be signed in to change notification settings

noelrohi/rohi.dev

Repository files navigation

Minimal personal website

Techstack

Run Locally

Clone the project

  git clone https://github.com/noelrohi/rohi.dev.git

Go to the project directory

  cd rohi.dev

Install dependencies

  npm install

Start the server

  npm run dev