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
.env
file in each service directory (client
andscience
) with the necessary environment variables. You can refer to the.env.example
files 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
client
app will be available at http://localhost:3001 and thescience
service at http://localhost:8887 (check yourdocker-compose.yml
for specifics).