Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 684 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 684 Bytes

Vistaar-ui

Getting Started

Dependencies

  • Node.js and npm (Node Package Manager)
  • Git (for cloning the repository)

Installing

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.

Executing the Program

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.