Files

14 lines
301 B
Markdown

# Local Development Server
Start the local development environment using Docker Compose.
Steps:
1. Stop any running containers
2. Start the development server in the background
```bash
docker compose down
docker compose up &
```
This gives you a clean restart of the local development environment.