Skip to content

ananyalohani/lohani.dev

Repository files navigation

lohani.dev

The latest (third) edition of my personal/portfolio website.

Technologies Used

Getting Started

Clone this repository and install pnpm.

  # install pnpm
  npm i -g pnpm

  # rename .env.example to .env
  mv .env.example .env

  # install dependencies using pnpm
  pnpm i

  # start the dev server
  pnpm dev

Older Versions