Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 805 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 805 Bytes

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