Please note. The data used in the visualization is from an opensource project. We don't guarantee accurate numbers, but we are trying our best to find a reliable source of data.
# Clone the project
git clone https://github.com/localeai/covid19-live-visualization.git
# Install dependencies
npm install
# start development server
npm run serve
# generate production build
npm run build