This project is a collaboration between Code for PDX and the Multnomah County Emergency Operations Center.
Please read our code of conduct.
To join as a developer, contact [email protected], [email protected], or [email protected] for an invite to our Github organization and to our Slack channel.
The latest dev version of the app is live at our temporary server here: https://codeforpdx.github.io/covid-calendar/
-
Fork the repo to create a copy for your own github account, and clone your own copy. (Read CONTRIBUTING.md for important info about syncing code your on github)
-
Install npm
-
In the project directory, install npm dependencies with
npm install
- Launch the local dev server with
npm start
Merging a pull request into master triggers a production build to our temporary server at: https://codeforpdx.github.io/covid-calendar/
To build and deploy the app anywhere, run:
npm build
which places the production-ready files in the build/
directory. You may then copy those files onto your own site.
This project is open source under the terms of the MIT License.