25 lines
556 B
Markdown
25 lines
556 B
Markdown
# Commander Forge
|
|
|
|
AI-powered Magic: The Gathering Commander deck builder.
|
|
|
|
## Stack
|
|
- **Backend**: FastAPI (Python 3.12) + PostgreSQL + Redis
|
|
- **Frontend**: React 18 + TypeScript + Vite + Tailwind
|
|
- **AI**: Anthropic Claude (deck generation)
|
|
- **Infrastructure**: Docker Compose + Nginx
|
|
|
|
## Quick start
|
|
|
|
```bash
|
|
cp .env.example .env
|
|
# Fill in .env with your values
|
|
|
|
docker compose up -d --build
|
|
```
|
|
|
|
Open `http://localhost` and sign in with your `ADMIN_EMAIL` / `ADMIN_PASSWORD`.
|
|
|
|
## Environment variables
|
|
|
|
See `.env.example` for all required variables.
|