https://github.com/digabi/digabi2-ketcher
Ketcher companion app for the digabi2 exam system
https://github.com/digabi/digabi2-ketcher
Last synced: 2 months ago
JSON representation
Ketcher companion app for the digabi2 exam system
- Host: GitHub
- URL: https://github.com/digabi/digabi2-ketcher
- Owner: digabi
- License: mit
- Created: 2026-03-24T12:31:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-31T05:35:16.000Z (2 months ago)
- Last Synced: 2026-03-31T07:48:10.514Z (2 months ago)
- Language: TypeScript
- Size: 309 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# digabi2-ketcher
Customised [Ketcher](https://github.com/epam/ketcher) chemical structure editor for digabi2. Uses Ketcher npm packages with a thin wrapper for WebDAV integration.
## Prerequisites
- Node.js (see `.nvmrc`)
- [just](https://github.com/casey/just)
- Docker
## Commands
| Command | Description |
|---------|-------------|
| `just dev` | Start dev server on `localhost:5173`. Add `?filename=foo.ket` to URL to see save button |
| `just build` | Build Docker image and tag for local digabi2 use. Run `just start` in digabi2 repo after to test. |
| `just test` | Run Playwright smoke test |
| `just lint` | Run ESLint and TypeScript checks |
| `just dev-release ` | Trigger a dev release to ECR |
| `just prod-release` | Promote to production ECR |