Skip to content
Open
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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,16 @@ The project includes a complete [AGENTS.md](AGENTS.md) file for these assistants

## Dev Setup

This project uses [pnpm](https://pnpm.io/) as the package manager.
Create a project from this template with the LiveKit CLI (recommended):

Clone the repository and install dependencies:
```bash
lk cloud auth
lk agent init my-agent --template agent-starter-node
```

The CLI clones the template and configures your environment. Then follow the rest of this guide from [Run the agent](#run-the-agent).

Alternatively, clone the repository and install dependencies. This project uses [pnpm](https://pnpm.io/) as the package manager:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm is still a dependency regardless of whether you use CLI. I would just keep this above.


```console
cd agent-starter-node
Expand Down