Files

301 B

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
docker compose down
docker compose up &

This gives you a clean restart of the local development environment.