Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Visit [docs.stagehand.dev](https://docs.stagehand.dev) to view the full document

### Build and Run from Source

Stagehand requires Node.js `^20.19.0 || >=22.12.0` and pnpm.

```bash
git clone https://github.com/browserbase/stagehand.git
cd stagehand
Expand Down
3 changes: 1 addition & 2 deletions packages/server-v4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Stagehand is a powerful service that provides a RESTful interface for brows

To run the Stagehand API locally, ensure you have the following installed:

- Node.js
- Node.js `^20.19.0 || >=22.12.0`
- pnpm

## 🛠 Installation
Expand All @@ -33,4 +33,3 @@ cp .env.example .env
4. Configure your `.env` file with the environment variables required by `src/lib/env.ts` (BB environment, API base URLs, etc.).

5. `pnpm dev`

Loading