update web readme
All checks were successful
Build and Push Web Docker Image / build (push) Successful in 4m31s

This commit is contained in:
2025-12-12 19:27:06 +01:00
förälder 1a9f837205
incheckning 8fe2376940

Visa fil

@@ -17,9 +17,9 @@ web/
## Prerequisites
- Node.js 18+
- Python 3.12+
- [pnpm](https://pnpm.io/installation) (recommended) or npm/yarn/bun
- Node.js 24+
- Python 3.13
- npm
- Google AI API Key (for the LangGraph agent)
## Development
@@ -27,7 +27,7 @@ web/
### 1. Install dependencies
```bash
pnpm install
npm install
```
This also installs the agent's Python dependencies via the `install:agent` script.
@@ -43,14 +43,14 @@ cp agent/.env.example agent/.env
### 3. Start development servers
```bash
pnpm dev
npm run dev
```
This starts both the Next.js UI and LangGraph agent servers concurrently.
## Agent Deployment
The agent is containerized for production deployment using the official LangGraph API server image.
The agent is containerized for production deployment.
### Building the Docker image