cherry-studio/README.md
2024-05-24 10:03:02 +08:00

34 lines
572 B
Markdown

# Cherry AI
Cherry AI is a desktop client for multiple cutting-edge LLM models, available on Windows, Mac and Linux.
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ yarn
```
### Development
```bash
$ yarn dev
```
### Build
```bash
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux
```