- Node.js and npm (Node Package Manager)
- Git (for cloning the repository)
First, clone the repository to your local machine:
git clone https://github.com/digitalgreenorg/vistaar-ui.git
cd vistaar-ui
Next, install the dependencies using npm:
npm install
This command will install all the necessary Node.js packages required for the project.
To run the application, use the following npm command:
npm run dev
This command starts the Vite development server. By default, you can view your application in a web browser at http://localhost:3000
.