Scenario-Compass-Platform is an advanced platform designed to facilitate scenario-based decision making and analysis. It empowers teams to systematically map, compare, and evaluate diverse scenarios, supporting informed choices in complex environments. Through its structured tools for scenario planning, the platform enables organizations to visualize potential outcomes, assess associated risks, and make well-founded decisions with greater confidence.
- Node.js (v18 or higher)
- npm or yarn
- Docker & Docker Compose
- Git
- Create a
.envfile in each service directory (clientandscience) with the necessary environment variables. You can refer to the.env.examplefiles in each directory for guidance.
- Clone the repository
- Install dependencies
- Run the development server
This project is structured with client and science folders. To run both services using Docker Compose:
-
Ensure Docker and Docker Compose are installed.
-
From the project root, run:
docker-compose up --build
-
The
clientapp will be available at http://localhost:3001 and thescienceservice at http://localhost:8887 (check yourdocker-compose.ymlfor specifics).