This repository is heavily automated in bash. Apart from it, you need:
git
node
jq
pandoc
for changelog-from-markdown generation
Presence of
DEBUG
env variable activates verbose logging, e.g.DEBUG=aye git commit -m 'blabla'
(and many other things) will get chatty.
(assuming you have the tools above).
npx yarn && npx lerna bootstrap && npx lerna link
or just
./ci/bootstrap.sh