Stack:
Clone the repository:
git clone https://github.com/kunalsin9h/website
Change directory:
cd website
Install dependencies:
pnpm install
Start the development server:
pnpm dev
Build the project:
pnpm build
Start the production server:
pnpm start
@KunalSin9h