This website tracks and cites sources for information about how employers have acted during the Coronavirus (COVID-19) pandemic. Cempres aims to have an open, Wikipedia-style organization of data where users can freely submit, edit, or change information regarding employers' response on the pandemic.
The main website was previously found at cempres.org
.
There are multiple ways to contribute employer information to this project.
You may create a fork of this repository and modify the YAML (yml
) files in ./public/employers
or create new ones. You can then pull-request those updated YAML files back into this repository's master branch.
For instructions on how to use YAML, please see this documentation on YAML syntax. If you'd like to see a sample employer data file, please look at ./public/employers/sample.yml
.
You may open an Employer Information Claim issue in this repository providing the information you'd like to submit, and another contributor can create or update the YAML files for you. In order to ensure quality, please submit a source to the claim you are making. The more reliable the source is, the better.
This is not yet supported. In the future, we plan to support an anonymous form of submission such as Google Forms or email. Keep an eye out here for updates on that.
If you'd like to run the service locally to make changes, follow the steps below.
- Clone the repository:
git clone https://github.com/ek68794998/covid-employer-response.git
- Navigate into the repository:
cd covid-employer-response
- Install packages:
yarn install
- Start the service:
yarn start
The service will be available at localhost:4419.
Please fork this repository and submit your changes through a pull request.
See LICENSE
file for licensing information.