Readme updates

This commit is contained in:
DaKheera47
2026-01-23 13:11:34 +00:00
parent 1ba3d25881
commit ba9beaf01e
4 changed files with 16 additions and 28 deletions
+8 -6
View File
@@ -31,10 +31,12 @@ orchestrator/
```
2. **Set up environment:**
```bash
cp .env.example .env
# The app is self-configuring. You can add keys via the UI Onboarding.
```
```bash
cp .env.example .env
# The app is self-configuring. You can add keys via the UI Onboarding.
```
After the server starts, use the onboarding modal to connect OpenRouter, link your v4.rxresu.me account, and select a template resume.
3. **Initialize database:**
```bash
@@ -46,7 +48,7 @@ orchestrator/
npm run dev
```
This starts:
This starts:
- Backend API at `http://localhost:3001`
- Frontend at `http://localhost:5173`
@@ -119,5 +121,5 @@ npm start
- **Backend:** Express, TypeScript, Drizzle ORM, SQLite
- **Frontend:** React, Vite, CSS (custom design system)
- **AI:** OpenRouter API (GPT-4o-mini)
- **PDF Generation:** Wraps existing Python RXResume automation
- **PDF Generation:** RxResume v4 API export (configured via Settings)
- **Job Crawling:** Wraps existing TypeScript Crawlee crawler