Skip to content

Resources to help and fight Covid-19.

Notifications You must be signed in to change notification settings

chandravamshi/help19

 
 

Repository files navigation

Help19

Resources to help and fight Covid-19. Website is at Help19.in

Installation guide

This project is based on Gridsome which is powered by VueJS.

  • Clone the repo.
  • Install the dependencies. npm install
  • Run the project locally. npm run develop

Contribution guide

Via merge of pull request

Make your changes and do a merge or pull request.

Add data to existing city

If you want to add data to an existing city, go to content > cities directory and find the cityname.md file. Make necessary contributions there.

Adding a new city

If you want to add a new city, create a new markdown file inside content > cities directory. The front matter should be as below. You can copy-paste from existing files.

---
name: "Hyderabad"
updatedOn: "2021-02-11"
---

The updatedOn format is year-month-date.

Issues

For any ideas, suggestions and improvements, create a new issue on this repository.

About

Resources to help and fight Covid-19.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 83.5%
  • JavaScript 16.5%