Widgets work
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 35s

This commit is contained in:
2026-04-30 19:39:53 +02:00
parent ffb23b08eb
commit 139e7d0ef5
16 changed files with 512 additions and 296 deletions

19
frontend/README.md Normal file
View File

@@ -0,0 +1,19 @@
# Frontend
This folder contains the React frontend for Dragonroll, an open-source role-playing game helper.
## Features
- Campaign management with character tracking
- Player note sharing (markdown)
- Audio for in-person campaigns
- Encounter planning
- Item and spell management
## Files
- `app/` - Application components and services
- `app/services/` - Frontend services (Campaign, User, Window, etc.)
- Styling and React components
See the main README for complete information.