Skip to content

codeforpdx/covid-calendar

Repository files navigation

covid-calendar

This project is a collaboration between Code for PDX and the Clackamas County Public Health Division.

Please read our code of conduct.

To join as a developer, contact jordan.witte@codeforpdx.org, kent@kentshikama.com, or hugh@codeforpdx.org 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/

Installation

  1. 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)

  2. Install npm

  3. In the project directory, install npm dependencies with

npm install
  1. Launch the local dev server with
npm start

Live dev server

Merging a pull request into master triggers a production build to our temporary server at: https://codeforpdx.github.io/covid-calendar/

Manual Production build

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.

License

This project is open source under the terms of the MIT License.