From 73b781c75a81de0a15451c59438dced0fc0f58b3 Mon Sep 17 00:00:00 2001 From: Alex <160778418+Alex000115@users.noreply.github.com> Date: Sun, 18 Jan 2026 12:56:41 +0600 Subject: [PATCH] docs: add local setup and pnpm install guide for Base web app Adds a clear local development guide for the Base marketing site, including pnpm installation, workspace filtering, and basic troubleshooting. Documentation-only change, no production impact. --- apps/web/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/web/README.md b/apps/web/README.md index 0cfc719e249..2492c5c5830 100644 --- a/apps/web/README.md +++ b/apps/web/README.md @@ -1,3 +1,12 @@ # Base Marketing Site The Base marketing site is a Next.js app. You can run the dev server locally with `yarn workspace @app/web dev`. + +## Local Setup Tips + +- **Recommended Node.js version:** **v18+ (LTS)** +- **Package manager:** **pnpm** for faster installs and better monorepo workspace filtering + +```bash +pnpm install +pnpm --filter @app/web dev