mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-21 23:00:56 +00:00
301 B
301 B
Local Development Server
Start the local development environment using Docker Compose.
Steps:
- Stop any running containers
- Start the development server in the background
docker compose down
docker compose up &
This gives you a clean restart of the local development environment.