Run yarn install
or npm install
to setup.
Then yarn bower -- install
or npm run bower install
Finally, yarn serve
or npm run serve
to live serve your work
For docs yarn doc
or npm run doc
(they generate into docs folder, but you can also just read them inline as you code).