994 B
994 B
Docker Universal Setup
The quickest way to get started with development is using Docker. This approach works on all operating systems and requires minimal setup.
Prerequisites
Setup Steps
-
Clone the repository (if you haven't already)
-
Copy the example configuration file:
cp config.json.example config.json
-
Start the containers using Docker Compose:
docker compose up
-
Once the containers are running, access the application at:
Stop the Environment
To stop the containers, press Ctrl+C
in the terminal where Docker Compose is running, or run:
docker compose down
Notes
- No local dependencies are required with this method
- This setup is ideal for testing or quick development
- All services (backend, frontend, database) run in containers