Skip to content

mobs-lab/epistorm-dashboard

Repository files navigation

epistorm-dashboard

Link to Deployed Site:

Deployment on Netlify:

Epistorm Dashboard On Netlify

Deployment on Google Cloud Platform (GCP):

Epistorm Dashboard on GCP

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