Skip to content

AI4Bharat/Anudesh-Frontend

Repository files navigation

Anudesh

An open source platform to annotate and label data at scale

License: MIT


Clone the Anudesh-Frontend repository from GitHub to your local machine.

git clone https://github.com/AI4Bharat/Anudesh-Frontend.git

Change directory to the newly cloned Anudesh-Frontend folder.

cd Anudesh-Frontend

Install the necessary dependencies for the project.

The --force flag is used to bypass conflicts with the existing dependencies.

npm i --force

Start the development server. This will run the frontend application on a local server.

npm run dev