From 1cf79e45a3408a9c0ccff3ab482307101380b21c Mon Sep 17 00:00:00 2001 From: paveltarno Date: Wed, 11 Mar 2026 15:58:51 +0200 Subject: [PATCH] Revert "docs: simplify root README to monorepo overview (#399)" This reverts commit e9560e74a377df04d8ce55b464f183c1c6e255f1. --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) mode change 100644 => 120000 README.md diff --git a/README.md b/README.md deleted file mode 100644 index bd745c7f..00000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Base44 CLI Monorepo - -This repository contains the source code for the [Base44 CLI](packages/cli/README.md) — a command-line tool for creating, managing, and deploying Base44 apps. - -## Development - -Requires [Bun](https://bun.sh/) installed locally. - -```bash -bun install # Install dependencies -bun run build # Bundle to dist/ -bun run test # Run tests -bun run dev # Run CLI in development mode -bun run lint # Lint and format check -``` - -For full CLI documentation, see [packages/cli/README.md](packages/cli/README.md). diff --git a/README.md b/README.md new file mode 120000 index 00000000..e3942dd4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +./packages/cli/README.md \ No newline at end of file