Local helper to serve markdown files from this repo.
bash
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txtdocs/ for content. Override with MD_BASE_DIR.bash
. .venv/bin/activate
python md_server.pyhttp://localhost:8080/view/markdown-server.mdhttp://localhost:8080/raw/markdown-server.mdhttp://localhost:8080/translate.env from .env.example and set FIREWORKS_API_KEY.deepseek-v3p2 (select others in the UI).FIREWORKS_BASE_URL (default: https://api.fireworks.ai/inference/v1)REDIS_URL, or use REDIS_HOST + REDIS_PASSWORD.OPENAI_API_KEY.