Initial import
This commit is contained in:
commit
f8c3bfddf2
15 changed files with 2262 additions and 0 deletions
13
INSTALL.md
Normal file
13
INSTALL.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
# Umgebung einrichten
|
||||
|
||||
```
|
||||
poetry install
|
||||
```
|
||||
|
||||
# Dev-Server starten
|
||||
|
||||
```
|
||||
poetry run uviron app.main:app --reload
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue