Skip to content
Bote Wang edited this page Nov 1, 2024 · 7 revisions

epistorm-dashboard

Deployment

Google Cloud Platform w/ Dedicated Domain

Epistorm Dashboard Deployed on Google Cloud (DNS Managed on Google Cloud)

Netlify

Epistorm-Dashboard Deployed on Netlify

Project Overview

Web-based Data Visualization platform built on:

Getting Started:

Requirements:

Run Locally:

  1. Install latest version of Node.js and npm

  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 the 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

Then go to http://localhost:3000 in your browser.

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

npm run build && npm run start

Then, please read Project Structure for quick start