# Installation ## Prerequisites - Docker - Docker Compose ## Quick Start 1. Clone the repository: ```bash git clone https://github.com/IIIA-KO/fbi-agent-game cd fbi-agent-game ``` 2. Build and start the containers: ```bash docker-compose up --build -d ``` 3. Access the application: - Frontend: `http://localhost:3000` - Backend API: `http://localhost:4308` - API Documentation: `http://localhost:4308/api-docs` - Game Documentation: `http://localhost:3001` - Storybook: `http://localhost:6006`