Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 445 Bytes

File metadata and controls

33 lines (23 loc) · 445 Bytes

Development Workflow

Local setup

./install.sh --with-pypnm-cmts-webui --development
pypnm-cmts-webui serve

Quality gates

Run before commit:

npm run lint
npm run test
npm run build

Docs

npm run docs:build
npm run docs:serve

Git helper

./tools/git/git-save.sh --commit-msg "Feature: your summary"

This helper runs checks, updates build version notation, stages, and commits.