Skip to content

wittejm/covid-calendar

 
 

Repository files navigation

covid-calendar

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/

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.4%
  • SCSS 15.4%
  • HTML 3.2%