To get started, follow these steps:
-
Clone the repository:
git clone -b client <repository-url> client
-
Navigate to the project directory: got to the root
cd <project-directory> <frontend>
-
Install dependencies:
npm install
Once the dependencies are installed, you can start the development server:
npm start