chore: pre-phase-1 cleanup - OpenRouter config fallback and PLAN.md

This commit is contained in:
Your Name
2026-03-14 22:37:36 +02:00
parent 2b3367cdea
commit 3217681108
7 changed files with 138 additions and 17 deletions

View File

@@ -40,6 +40,9 @@ cd SaaS-PDF
cp .env.example .env
cp frontend/.env.example frontend/.env
# For AI tools like Chat with PDF, set your OpenRouter credentials in .env
# OPENROUTER_API_KEY=your-openrouter-key
# 3. Start all services with Docker
docker-compose up --build