Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 386 Bytes

DEVELOP.md

File metadata and controls

19 lines (12 loc) · 386 Bytes

dflow development

Requirements

With npm install the following packages without saving:

npm install prettier typescript @types/node --no-save

Contributing

If you want to push code to GitHub repo, please install the commit hook

npm run install_precommit_hook

See also example scripts listed here.