Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 373 Bytes

DEV_README.md

File metadata and controls

12 lines (8 loc) · 373 Bytes

Developer Documentation

Testing archiving:

git archive -o bc_api_base.tar HEAD

npm commands

npm run build - Runs a build of css and js files. npm run watch - Watches configured files for changes. npm run clean - Deletes all files from dist folders. set-version -v 1.0.0-rc.1 -c - Sets all the modules to a specific version number and tags the commit.