Skip to main content
Version: 2.x

Getting Started - Frontend

Prerequisites​

  • Node.js version 20 or above (which can be checked by running node -v). You can use nvm or nvm-windows for managing multiple Node versions on a single machine installed. When installing Node.js, you are recommended to check all checkboxes related to dependencies.

Setup​

The following steps will guide you through setting up the project on your local machine.

  1. Cd into the project directory that is found in the front/ui folder.

  2. Run the following command to install the project dependencies:

npm install
  1. Run the following command to start the development server:
npm run dev