Skip to content

Commit

Permalink
docs: ✏️ update readme
Browse files Browse the repository at this point in the history
add development doc

✅ Closes: #56
  • Loading branch information
bingryan committed Sep 26, 2023
1 parent 6c1b0f6 commit 48f5e6b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
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

0 comments on commit 48f5e6b

Please sign in to comment.