Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 558 Bytes

CVASL-GUI

This is a GUI for the cvasl package, currently a work-in-progress.

Install and run

pip install cvasl-gui
cvasl-gui

Configuration

The application will look for the following environment variables:

CVASL_DEBUG_MODE  # True for development, False for production. Debug mode will show the Dash debug console on the page. In production mode, the browser will be automatically opened.
CVASL_PORT        # The port the server runs on, default is 8767

Development

poetry install
poetry run cvasl-gui