Before you start, make sure you have the following installed and configured on your system:
-
Typescript:
- Install the latest version of Typescript from the official website.
-
Next.js:
- Install the version 14.2.16 of Nodejs from the official website.
-
.env Setup:
- Run following commmand on root of repo:
cp example.env .env
Install packages :
Node 18 or above
npm i
or
yarnStart Server :
npm run dev
or
yarn dev