rohi.dev icon indicating copy to clipboard operation
rohi.dev copied to clipboard

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

Minimal personal website

Heavily inspired by https://leerob.io

Techstack

Run Locally

Clone the project

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

Go to the project directory

  cd rohi.dev

Install dependencies

  npm install

Start the server

  npm run dev