Skip to content

Commit a550661

Browse files
doc: improve quick start
1 parent 9ccfe90 commit a550661

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## 🚀 Quick Start (≤3 Commands)
44

5+
**Prerequisites:** Install code generation dependencies first:
6+
```bash
7+
npm install
8+
```
9+
10+
**Start the application:**
511
```bash
6-
git clone https://github.com/AET-DevOps25/team-git-push-force.git && cd team-git-push-force
712
# Edit docker-compose.yml line 135: Replace 'your_api_token' with your actual OpenWebUI API token
813
./start-dev.sh
914
```

api/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ npm install -g @redocly/cli@latest
3535

3636
# Install OpenAPI Generator tools
3737
npm install -g @openapitools/openapi-generator-cli
38-
pip install openapi-python-client
3938
```
4039

4140
### Linting OpenAPI Specs

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
},
1010
"devDependencies": {
1111
"@redocly/cli": "^1.0.0-beta.126",
12-
"@stoplight/spectral-cli": "^6.11.0"
12+
"@stoplight/spectral-cli": "^6.11.0",
13+
"@openapitools/openapi-generator-cli": "^2.13.4",
14+
"openapi-typescript": "^6.7.4"
1315
},
1416
"private": true
1517
}

0 commit comments

Comments
 (0)