- estraverse included by hand, because of broken webpack import
npm installlerna bootstrap
In one terminal
cd packages/corenpm run build -- -w
In another terminal
cd packages/demonpm run serve-devstarts the webpack server
lerna run buildall static files are created nowlerna run serve-buildto spawn a simple webserver- go to http://localhost:9032/yode
git checkout mastergit merge --no-ff developgit push- check travis build status
lerna publishgithub_changelog_generator- commit changelog and push
- draft release at release page with content from changelog
git checkout develop && git merge --no-ff master && git push