git clone https://github.com/townsquare-os/townsquare
cd townsquare
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev,google,all]"
townsquare gen-secrets # paste output into .env
townsquare init-db
townsquare serve --reloadIn v0.1 the highest-leverage contributions are:
- New connectors (Slack, Notion, GitHub, Linear, Asana, Confluence)
- Better selector heuristics (graph-aware fanout)
- Frontend polish (HTMX patterns, Tailwind components)
- Migration recipes (Alembic)
- Helm chart for k8s deploy
ruff check src/andruff format src/before PR.pytest -vgreen.- Imperative commit subjects (~50 chars). Body explains why.
- No bot-generated commit trailers.
Apache 2.0. By contributing you agree your work is licensed under the same.