mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
updating developer information/guide
This commit is contained in:
31
README.md
31
README.md
@@ -97,36 +97,7 @@ See the [open issues](hhttps://maxdorninger.github.io/MediaManager/issues) for a
|
||||
|
||||
## Developer Quick Start
|
||||
|
||||
```bash
|
||||
pip install uv
|
||||
uv venv
|
||||
# Activate the virtual environment
|
||||
uv pip install -e .
|
||||
```
|
||||
|
||||
```bash
|
||||
docker compose -f docker-compose.yaml -f docker-compose.dev.yaml up db -d
|
||||
```
|
||||
|
||||
```bash
|
||||
uv run alembic upgrade head
|
||||
```
|
||||
|
||||
### Get the frontend up and running
|
||||
|
||||
```bash
|
||||
cd ./web && npm install
|
||||
```
|
||||
|
||||
### Now start the backend and frontend
|
||||
|
||||
```bash
|
||||
fastapi dev ./media_manager/main.py --reload --host
|
||||
```
|
||||
|
||||
```bash
|
||||
cd ./web && npm run dev
|
||||
```
|
||||
For the developer guide see the [Developer Guide](https://maxdorninger.github.io/MediaManager/developer-guide.html).
|
||||
|
||||
<!-- LICENSE -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user