### Start Development Server - Shell Source: https://github.com/ai4bharat/anudesh-frontend/blob/master/README.md Starts the local development server for the Anudesh frontend application using the npm run dev command. ```Shell npm run dev ``` -------------------------------- ### Install Dependencies with Force - Shell Source: https://github.com/ai4bharat/anudesh-frontend/blob/master/README.md Installs the necessary project dependencies using npm. The --force flag is used to bypass potential conflicts with existing dependencies. ```Shell npm i --force ``` -------------------------------- ### Clone Anudesh Frontend Repository - Shell Source: https://github.com/ai4bharat/anudesh-frontend/blob/master/README.md Clones the Anudesh-Frontend repository from GitHub to the local machine using the git command. ```Shell git clone https://github.com/AI4Bharat/Anudesh-Frontend.git ``` -------------------------------- ### Change Directory to Anudesh Frontend - Shell Source: https://github.com/ai4bharat/anudesh-frontend/blob/master/README.md Changes the current directory in the terminal to the newly cloned Anudesh-Frontend folder. ```Shell cd Anudesh-Frontend ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.