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