Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.63 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.63 KB

Code4Covid Public Website

code4covid is a community of tech volunteers whose mission is to find technology solutions to help people during the COVID-19 crisis: we believe that technology can minimise the disruption caused by the pandemic and ultimately save lives.

Formed as a Slack group on March 16th by a couple of ex-colleagues, the code4covid community now counts over 700 tech volunteers: and with other groups joining in, it keeps growing!

To ensure energy gets directed to the right places and efforts are not duplicated, we are also collaborating with initiatives formed by other inspiring groups as part of the COVID-19 Tech Response.

This repo consists of:

To contribute to this repo

Fork and clone the repo then:

cd covid-19-website/
npm install
gatsby develop

For a given task, create a feature branch to work on the changes and then create a pull request from your fork including if necessary a link to the preview on AWS Amplify plus any additional comments to describe/explain the change (good, atomic commit messages should usually be enough). (Example)

Tasks will be coordinated on the #project-main_website channel on Slack and our project board here: Trello/GitHub link here

🎓 Useful links

💫 Deployment

AWS Amplify is used to deploy the website. Deployment is done automatically when code is merged into the master branch.