Quick Start

1. Requirements

Node js
  • Make sure to have the Node js installed.
  • If you already have installed Node js server on your computer, you can skip this step. Note: Minimum Node 18 or higher version.

2. Install

To initiate the process, access the Admin folder and proceed to install its dependencies using terminal. We recommend utilizing either npm for this task.

Run the below commands to install dependencies:
npm install

3. Start

Run the project locally. The development server is accessible at http://localhost:8000/:
npm run dev
                
If you wish to run the project locally on Different Port. Change the value of PORT in .env file placed in Admin directory and run:
npm run dev