diff --git a/apps/web/README.md b/apps/web/README.md index 0cfc719e24..2492c5c583 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