@miketromba/issy-app
v0.8.1
Published
Local web UI and API server for issy
Readme
@miketromba/issy-app
Local web UI + API server for issy.
Run
bun --cwd packages/ui run devThe server reads and writes issues from .issues/ in your current working directory.
Environment Variables
ISSUES_ROOT: root directory to look for.issues(default: cwd)ISSUES_DIR: explicit issues directory (overridesISSUES_ROOT)ISSUES_PORT: server port for the UI/API
