Skip to content

Commit

Permalink
feat(playground): new ui (#388)
Browse files Browse the repository at this point in the history
* apply new ui

* remove antd releated codes

* apply pnpm

* fix camera
  • Loading branch information
shczhen authored Nov 11, 2024
1 parent 002d819 commit 7db7dce
Show file tree
Hide file tree
Showing 146 changed files with 19,451 additions and 13,060 deletions.
1 change: 0 additions & 1 deletion demo/.yarnrc.yml

This file was deleted.

10 changes: 5 additions & 5 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](package.json)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](tsconfig.json)
[![React](https://img.shields.io/badge/React-18-blue)](package.json)
[![Next.js](https://img.shields.io/badge/Next.js-14-black)](package.json)
[![Next.js 15](https://img.shields.io/badge/Next.js-15-black)](package.json)
[![shadcn/ui](https://img.shields.io/badge/UI-shadcn%2Fui-black)](https://ui.shadcn.com)
[![Yarn](https://img.shields.io/badge/Yarn-4-blue)](package.json)
[![pnpm](https://img.shields.io/badge/pnpm-9.12.3-blue)](package.json)

Web demo for Ten Agent.

Expand All @@ -17,20 +17,20 @@ URL: https://agent.theten.ai
### Prerequisites

- Node.js >= 20
- [Yarn >= 4](https://yarnpkg.com/getting-started)
- [pnpm 9.12.3](https://pnpm.io/installation)

### Install dependencies

```bash
# cd ./demo
# install dependencies
# corepack enable
yarn
pnpm install
```

### Run

```bash
# run
yarn dev
pnpm dev
```
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"tailwindcss": "^3.4.14",
"typescript": "^5"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]"
}
Loading

0 comments on commit 7db7dce

Please sign in to comment.