Restructure into full project layout
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user