mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-22 06:23:43 +03:00
3 lines
98 B
Bash
3 lines
98 B
Bash
![]() |
#! /bin/bash
|
||
|
## Start nicegui
|
||
|
poetry env use .venv/bin/python && poetry run python nicegui/main.py
|