Developer Community

This page will proxy to Discourse at /community when the forum container is running. For now, here are local setup instructions.

Local setup (Next.js + Discourse under /community)

  1. Install Docker Desktop and Git.
  2. Clone Discourse: git clone https://github.com/discourse/discourse /var/discourse
  3. Configure subpath: set DISCOURSE_RELATIVE_URL_ROOT: /community in containers/app.yml.
  4. Run: ./launcher bootstrap app then ./launcher start app.
  5. Reverse‑proxy /community to the Discourse container (see repo README).