Skip to content

Commit

Permalink
fix: cli timing out, readme spelling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iron768 committed Oct 12, 2024
1 parent c85a1c4 commit 99717c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Start server
run: |
nohup npm run start-flask &
working-directory: client
nohup flask run &
working-directory: server

- name: Wait for server to start
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The software is currently designed to run on Ubuntu 20.04 LTS and later. MacOS a
Clone the repository:

```bash
git clone https://github.com/sunyhyralab/QView3D.git
git clone https://github.com/sunyhydralab/QView3D.git
```

### Run Locally:
Expand Down

0 comments on commit 99717c2

Please sign in to comment.