https://github.com/digabi/digabi2-klecks
https://github.com/digabi/digabi2-klecks
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digabi/digabi2-klecks
- Owner: digabi
- License: mit
- Created: 2024-10-29T09:56:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-31T07:56:03.000Z (7 months ago)
- Last Synced: 2025-10-31T08:13:56.748Z (7 months ago)
- Language: HTML
- Size: 59.6 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# digabi2-klecks
Dockerized Klecks for Digabi 2
## Development
```bash
# Pull in Klecks
just submodule-init
# Update Klecks to latest
just submodule-update
# Build image locally
just build
# Create development release
just dev-release >
# Promote release to production
just prod-release
```