Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Latest commit

 

History

History
52 lines (34 loc) · 862 Bytes

File metadata and controls

52 lines (34 loc) · 862 Bytes

🚀 Installation Guide

Prerequisites

Before you start, make sure you have the following installed and configured on your system:

  1. Typescript:

  2. Next.js:

  3. .env Setup:

    • Run following commmand on root of repo:
    cp example.env .env
    

📝 Steps

Running this repo

Install packages :

Node 18 or above
npm i
or 
yarn

Start Server :

npm run dev
or
yarn dev

Additional Resources