update documentation

This commit is contained in:
maxDorninger
2025-07-17 17:49:41 +02:00
parent bb1e7ef170
commit 10b4f5baca
7 changed files with 45 additions and 45 deletions

View File

@@ -8,7 +8,6 @@ This section is for those who want to contribute to Media Manager or understand
- `web/`: Frontend SvelteKit application
- `Writerside/`: Documentation
- `metadata_relay/`: Metadata relay service
-
### Backend Development
@@ -21,6 +20,14 @@ This section is for those who want to contribute to Media Manager or understand
- Uses `npm` for package management
- SvelteKit with TypeScript
### Further Configuration
#### Env Variables
- `BASE_PATH`: this sets the base path for the app
- `PUBLIC_VERSION`: this sets the version variable
- `FRONTEND_FILES_DIR`: directory for frontend files, e.g. in Docker container it is `/app/web/build`
### Contributing
- Consider opening an issue to discuss significant changes before starting work