We're building out a verified list of Vaccination Centers across the country so that you can get reliable information for getting a vaccine for you or your loved ones in a quick & easy manner.
Developers looking to contribute to the project can start by filtering for good-first-issues
We have a dev
branch with the latest features and fixes. We request you to create a new branch for the Issue you are working on and after a review we will merge it with the dev
branch. The master
branch contains the production-ready code that is ready to be deployed.
Join our group on Discord to engage with the developers and contributors working on this project
After joining the group make sure to introduce yourself in the #intros channel
setup your env file
.env.local
.env.default
Note: Do not delete .env.default
file from main branch.
The frontend application is built with NextJS and can be locally spun up using the following command
# Make sure the dependencies are installed
npm install
# Run the application in development mode
# The application will be running at http://localhost:3000
npm run dev
We have continuous deployment enabled for the project with preview URLs generated for each Pull Request
<img src="public/assets/vercel.svg" width="180px" height="100px" alt="vercel logo" >