/odc-commander

Primary LanguagePythonMIT LicenseMIT

ODC Commander

GitHub Release GitHub License GitHub Actions Workflow Status

This is still work-in-progress and is not producing usable builds

Install

Browse the Releases page for pre-compiled app executables.

Requirements

  • Hatch
  • Python 3.11., 3.12.

Local Development

Create the default venv

hatch env create

Run the app

hatch run odc-commander

Rebuild theme files

hatch run compile-rcc

Create a local release

hatch run release-build

Run linting/formatting

hatch fmt