- Node.js (npm)
- Git
- Install Node.js and npm Version 20+
- 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.
- Go to project root directory and install the dependencies:
cd epistorm-dashboard
npm install
- Start the development server:
npm run dev
- Or, Start the server, in production mode, after building the project:
npm run build && npm run start