Monorepo React + Express + TypeScript, deployed on Railway.
apps/
backend/ Express API (serves frontend)
frontend/ React SPA
# Backend
cd apps/backend && npm install && npm run dev
# Frontend (separate terminal)
cd apps/frontend && npm install && npm run devdocker-compose up --build
# http://localhost:3001Push to main triggers automatic deployment to Railway.
| Secret | Description |
|---|---|
RAILWAY_TOKEN |
Railway CLI token |
OPENCODE_API_KEY |
OpenRouter API key |