- Looking for contributors !!!
- Development
- Credits
1. Cannot be used to book slots. For that you will have to use Cowin, et al. (Work in progress? Please join as a contributor)
- Clone this repo
- Open git bash (search google for git bash to download)
- run
bundle install
- run
jekyll serve
- The site will be available at
http://localhost:4000
More info : Building your site locally
- Fork this repo to you github profile
- Make changes in your forked version of this repo. You can make as many commits as you want
- Raise a pull request so that this repo will get notified about your changes, and your changes can be merged with this site.
Uisng mock API can help in testing. When mock API is in use the data is fetched from our ngrok API instead of cowin servers.
- Enable usage of mock API Open developer settings in chrome, and run the following funtion.
MockApi.IsMockEnabled()
- Disable
MockApi.DisableMockApi()