From b68d7228a9e12d758962dcc49c92f7fe85f8e4c4 Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Mon, 25 May 2026 19:46:23 +0000 Subject: [PATCH] docs: add quick-start context to README Add a concise Quick Start section with the one-command dev-start.sh path and a link to the full guide. Fixes #1837 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d35531ee5..7b1407e82 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,18 @@ --- +## Quick Start + +```bash +git clone https://git.moleculesai.app/molecule-ai/molecule-monorepo.git +cd molecule-monorepo +./scripts/dev-start.sh +``` + +Then open [http://localhost:3000](http://localhost:3000), add your model API key in **Config → Secrets & API Keys → Global**, and create a workspace from a template. + +See the full [Quickstart Guide](./docs/quickstart.md) for prerequisites, manual setup, and troubleshooting. + ## The Pitch Molecule AI is the most powerful way to govern an AI agent organization in production. -- 2.52.0