Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ✏️ update readme #57

Merged
merged 1 commit into from
Sep 26, 2023
Merged
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
22 changes: 22 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,28 @@ sudo spctl --master-disable

## For Developers

### Development

```bash
# install dependencies
pnpm install

# web
pnpm dev

# desktop
pnpm tauri dev
```

### Build(Production)

```bash
pnpm install
pnpm build
pnpm tauri build
```


对于任何形式的 PR 都是欢迎的(文档, UI, 代码)

Q: 1. 为什么 server 层还有一个没用上的 chatgpt 的后端服务
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,27 @@ The left setting block serves as a global setting:

## For Developers

### Development

```bash
# install dependencies
pnpm install

# web
pnpm dev

# desktop
pnpm tauri dev
```

### Build(Production)

```bash
pnpm install
pnpm build
pnpm tauri build
```

Any form of PR is welcome (documentation, UI, code)

## Technology Stack and Credits
Expand Down