Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 227 Bytes

BUILDING.md

File metadata and controls

16 lines (9 loc) · 227 Bytes

Hacking on hawtio-core

To hack on hawtio-core locally first run:

yarn install

Then run the app:

yarn start

Release an update:

Commit your changes and then:

yarn publish
git push && git push --tags