File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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```
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ npm install -g @redocly/cli@latest
3535
3636# Install OpenAPI Generator tools
3737npm install -g @openapitools/openapi-generator-cli
38- pip install openapi-python-client
3938```
4039
4140### Linting OpenAPI Specs
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments