Installation
Getting Started
Prerequisites
Please make sure that you have latest version of pnpm, npm or yarn installed in your system. You can install the latest version of pnpm, npm or yarn by running the following command in your terminal:
pnpm Installation(Recommended)
npm install pnpm@latest -g
Installation
Installing the project is easy and straight forward. If you're using pnpm, simply run the following command in your terminal from project root:
pnpm install
NOTE: Ensure that you have included all key-value pairs in the .env.local file located in the apps/site directory.
.env File Example
API_BASE_URL='ENDPOINT/api/v1'
NEXT_PUBLIC_BASE_URL='/api/v1'
MONGODB_URL=""
It will install all the dependencies and devDependencies for the project. To run the project in development mode, run the following command in your terminal from project root:
pnpm dev
It will start the development servert at port 3000. You can access the project by visiting http://localhost:3000 (opens in a new tab) || http://localhost:3007 (opens in a new tab) in your browser.
If you encounter any issues during the project installation, please feel free to contact us for assistance.