Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 643 Bytes

File metadata and controls

21 lines (12 loc) · 643 Bytes

Core

The Core module of the project — responsible for core logic and services.

🚀 Getting Started

This project is fully containerized for development. You’ll only need Docker and Docker Compose installed.

🐳 Run in Development Mode (with Hot Reload)

  1. Make sure Docker and Docker Compose are installed.
  2. Start the development environment:
docker compose up --build --watch
  1. Open your browser at http://development.mairie360.fr to access the application.

Changes to your code will automatically trigger a refresh or the rebuild of the affected services.