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

gneiru/rohi.dev

Repository files navigation

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

Migrate the database

  npm run db migrate

Start the server

  npm run dev