Skip to content

Commit

Permalink
🌈 style:代码格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackishGreen33 committed Jul 11, 2024
1 parent 5d43b1d commit eb2167c
Show file tree
Hide file tree
Showing 24 changed files with 2,931 additions and 1,050 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Install node modules
run: pnpm install
- name: Build Test
run: pnpm run build
run: pnpm run build
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
### 💻 本地调试

记得先配置环境变量:

```env
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
Expand All @@ -76,6 +77,7 @@ NEXT_PUBLIC_LIVEKIT_URL=
```

接着拉取代码和安装依赖:

```bash
$ git clone https://github.com/CCNUPracticalTraining-530-2/Harmony.git
$ cd Harmony
Expand Down
Loading

0 comments on commit eb2167c

Please sign in to comment.