Add Affinity source assets to repo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user