Skip to content

porter-wang/epidash-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epistorm-dashboard

Link to Deployed Site:

Deployment on Google Cloud Platform (GCP):

Epistorm Dashboard

Requirements:

  • Node.js (npm)
  • Git

How to spin up the site locally:

  1. Install Node.js and npm Version 20+
  2. Clone the repository to your local machine:

git clone https://github.com/mobs-lab/epistorm-dashboard.git --recurse-submodules

Note: The --recurse-submodules flag is used to clone & update all submodule, which is the FluSight-forecast-hub repository.

  1. Go to project root directory and install the dependencies:

cd epistorm-dashboard

npm install

  1. Start the development server:

npm run dev

  1. Or, Start the server, in production mode, after building the project:

npm run build && npm run start

About

Developer Fork of Epistorm-Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.7%
  • Python 13.0%
  • CSS 2.1%
  • Shell 1.8%
  • Other 0.4%