Geilsm / covid-dash

Home Page:https://rtlive-web.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid-dash

This is the front-end code that powers rt.live

It's build using Next.js; to run it, do:

npm install and then npm run dev

It will default to the U.S., but you must specify a list of ACTIVE_COUNTRIES and a DEFAULT_COUNTRY in the environment variables at build time. Ex:

DEFAULT_COUNTRY=us ACTIVE_COUNTRIES=us,demo npm run dev

If you'd like to use Sentry for error logging, you must override the SENTRY_DSN environment variable.

About

https://rtlive-web.now.sh

License:Other


Languages

Language:JavaScript 94.9%Language:CSS 5.1%