Before you begin, make sure you have installed the latest version of Node.js and Yarn on your machine.
- Clone this repository to your local machine using
git clone https://gitlab.com/respirer/custom-apps/amrit-dashboard.git
- Navigate to the project directory using
cd amrit-dashboard/react-vite-dashboard
- Install the required dependencies using
yarn install
ornpm install
- Start the development server using
yarn dev
ornpm run dev