From 08b1509d2baf9ac289c236ff1a69116b3c91291e Mon Sep 17 00:00:00 2001 From: Ramesh Padmanabhaiah Date: Mon, 1 Jun 2026 15:33:12 -0700 Subject: [PATCH] Link base-demo from README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0093d22..f11b059 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,16 @@ basectl demo base -- --non-interactive basectl test base ``` +To inspect a small, real Base-managed project, clone +[`codeforester/base-demo`](https://github.com/codeforester/base-demo) next to +Base and run its walkthrough: + +```bash +git clone https://github.com/codeforester/base-demo.git +basectl setup base-demo +basectl demo base-demo +``` + Success looks like a workspace where each participating project has a `base_manifest.yaml`, appears in `basectl projects list`, can be checked with `basectl check `, and can run its declared test command through