Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.04 KB

COVID-19 Scotland Heatmap

This repo contains code for displaying a heatmap for COVID-19 related deaths in Scotland

Installing

npm install

Running Locally

ParcelJS is used to compile and serve source. It will serve the app on http://localhost:1234

npm run serve

Running tests

App uses Jest test framework with ts-jest for tests. To run tests:

npm run test

Build / Deploy

ParcelJS will create a dist folder that can be uploaded to your webserver for deployment

npm run build

Useful Links