Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.09 KB

Playground

License Node.js Version TypeScript React Next.js 15 shadcn/ui pnpm

Local playground for Ten Agent.

Local Development

Prerequisites

Run local server

First, make sure you have started the Ten Agent server by following the instructions in the root README.

Then, you can start the playground web UI by running the following steps.

Install dependencies

# cd ./playground
# install dependencies
# corepack enable
pnpm install

Run

# run
pnpm dev