Commit Graph

2 Commits

Author SHA1 Message Date
8b8e822e5b chore(01-01): add db:seed:class-progression script and gitignore foundry-pf2e
- Add npm script 'db:seed:class-progression' pointing at tsx prisma/seed-class-progression.ts
  (referenced by Wave 2 seed pipeline; placeholder until Wave 2 implements the script)
- Append .gitignore exclusion for server/prisma/data/foundry-pf2e/
  (developer-cloned Foundry pf2e source data, never committed to repo)
2026-04-27 14:30:31 +02:00
090aae53d8 Initial commit: Dimension47 project setup
- NestJS backend with JWT auth, Prisma ORM, Swagger docs
- Vite + React 19 frontend with TypeScript
- Tailwind CSS v4 with custom dark theme design system
- Auth module: Login, Register, Protected routes
- Campaigns module: CRUD, Member management
- Full Prisma schema for PF2e campaign management
- Docker Compose for PostgreSQL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 16:24:18 +01:00