There was an error while loading. Please reload this page.
Post Installation/setup of environment configuration, request you to clone following Git repo to your local machine
GIT Repo : https://github.com/IndiaVaccineIN/india-vaccine-frontend.git
Git command in terminal:
git clone https://github.com/IndiaVaccineIN/india-vaccine-frontend.git
The frontend application is built with NextJS and can be locally spun up using the following command
npm install
npm run dev
The application will be running at http://localhost:3000
Getting Started