mdo / website

COVID 19 Tracking Website

Home Page:http://covidtracking.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Clone this sucker, run npm install, and you’re in business.

Before you start developing, you may need to run npm run prod one time and then Ctrl+C to kill it once the output stops. This will generate some static assets that the project needs. You probably only need to do this once when you first clone the repo.

npm run dev will spin up a local instance of the site. That usually runs at https://localhost:8080, unless you already have asomething running on that port—it’ll give you a URL in your terminal.

When you push a change, the CI will get kicked off at https://app.netlify.com/sites/upbeat-lovelace-3e9fff/deploys

Formatting

The guideline for this repo is to use the Airbnb JavaScript Style Guide except that semicolons are set to never/false.

ESLint is setup for linting and Prettier is setup for formatting. Configure them in your editor and run prettier on JS files before committing them.

Since there are a lot of generated and legacy files, there are no commit hooks or other automated enforcement of these policies.

About

COVID 19 Tracking Website

http://covidtracking.com/

License:Apache License 2.0


Languages

Language:HTML 39.5%Language:JavaScript 38.6%Language:CSS 21.9%