mirror of
https://github.com/visualize-admin/covid19-dashboard.git
synced 2026-08-26 03:34:19 +00:00
Frontend of the COVID-19 Dashboard. Project Ownership: Federal Office of Public Health FOPH | Read-only mirror of https://github.com/visualize-admin/covid19-dashboard — visualize.admin.ch. Issues & pull requests at the source.
- TypeScript 73.1%
- HTML 16.6%
- SCSS 10.1%
- JavaScript 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .husky | ||
| packages/client | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierrc.yml | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tslint.yml | ||
| yarn.lock | ||
COVID-19 Dashboard
The source code of the Covid-19 Dashboard.
Project Ownership
Federal Office of Public Health FOPH
.npmrc configuration for open source @shiftcode node dependencies hosted on GitHub
- create a personal access token (PAT) with at least
read:packagespermissions - add the entries below to your
.npmrcfile
//npm.pkg.github.com/:_authToken=TOKEN
@shiftcode:registry=https://npm.pkg.github.com
Run Locally
For more detailed instruction see packages/client/README.md
Prerequisites
- Node LTS
- Yarn V1
Quick Start
- exec
yarn - exec
yarn start - open Browser at http://localhost:4200