# Navigate to the directory containing the codebase
cd /path/to/codebase

# Start a simple HTTP server with Python
python3 -m http.server
