Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 525 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 525 Bytes

Visualizing COVID Data

Running Locally

The application can be run with the use of npm. To run the application locally clone the repository. Enter the directory ./bachelor-app/ and use $ npm start. The application should now be available at http://localhost:3000/. For more information about npm commands available see READ ME.

Deployment

Deployment is done automatically through github actions. Pushes to the main branch or any pull-requests with main as base will be deployed.