Add Affinity source assets to repo

This commit is contained in:
Codex
2026-04-24 08:10:11 -05:00
parent 22d4f8c017
commit 58ebba0b62
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -21,6 +21,7 @@ frontend/dist/
frontend/.vite/ frontend/.vite/
frontend/vite.config.js frontend/vite.config.js
frontend/vite.config.d.ts frontend/vite.config.d.ts
*.afdesign~lock~
logs/ logs/
*.sqlite3 *.sqlite3
*.db *.db

View File

@@ -20,6 +20,7 @@ WalkUp is a baseball walk-up song app with a React PWA frontend and a FastAPI ba
- The home page is a lightweight landing page that orients users and links to the Library and Gameday views. - The home page is a lightweight landing page that orients users and links to the Library and Gameday views.
- The app is shipped as a PWA with install and offline-prep behavior. - The app is shipped as a PWA with install and offline-prep behavior.
- Normalized playback media is cached by the service worker, and the backend marks those files cacheable while keeping auth/session responses `no-store`. - Normalized playback media is cached by the service worker, and the backend marks those files cacheable while keeping auth/session responses `no-store`.
- Editable artwork sources live in `frontend/assets/design/`, while the exported web assets used by the app are kept in `frontend/public/`.
## Backend ## Backend