1
Fork 0
mirror of https://github.com/Steffo99/bbbdl.git synced 2024-11-21 15:24:19 +00:00

🗒 Add development instructions

This commit is contained in:
Steffo 2020-11-13 16:18:47 +01:00
parent 7f6a94d78c
commit 2238642ad3

View file

@ -45,3 +45,11 @@ A JSON file containing an object with filename/url pairs:
"b.mp4": "https://example.org/playback/presentation/2.0/playback.html?meetingId=bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb-2222222222222"
}
```
### Development
1. Clone the git repository
2. Install the dependencies with poetry:
```bash
poetry install
```