A dashboard showing the current Covid-19 numbers in Hamburg, Germany.
The dashboard is color-coded to visualize the current severity.
Install all dependencies with npm i
.
Then run the dev server with npm run dev
.
To create a release build: npm run build
.
This is hosted as a github page, simply push the most current assets to the gh-pages branch.
You will need to namespace the assets in index.html
with /covid19/...
in this gh-pages setup.
So, for example a quick sd '="/index' '="/covid19/index' index.html
.