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