bassettsj / microcovid

Estimating the COVID risk of ordinary activities

Home Page:https://microcovid.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI Netlify Status Translate on Weblate

microcovid.org

Local Development

Requirements:

  • Node.JS 12
  • Yarn

(See .tool-versions for specific and up-to-date versions).

  1. Install local depenendences
    $ yarn install
  2. Start local server
    $ yarn start
  3. Open http://localhost:3000

Linting

We use eslint to standardize our style across files. To check your files with the linter run:

$ yarn lint

If you see warnings, you can attempt to auto-correct them with:

$ yarn fix

If there are errors it can't fix, please fix them manually before committing.

About

Estimating the COVID risk of ordinary activities

https://microcovid.org

License:MIT License


Languages

Language:TypeScript 96.0%Language:Python 2.4%Language:SCSS 1.1%Language:JavaScript 0.4%Language:HTML 0.1%