We have activated conventionalCommits in the lerna config. ConventionalCommits is a specification for adding human and machine readable meaning to commit messages.
Note: This guide assumes you have npm installed locally.
First run npm run bootstrap
Then run npm run serve
, this will start a server http://127.0.0.1:7777
Warning ! do never run
npm install
Bootstraps the project (lerna,...) and links the packages
rebuilds the documentation (analysis files)
Starts the documentation server on port 7777
Check the imports
Runs the tests. There is an issue with the coverage at the moment. If you want to have the coverage, just run polymer test
directly
Publishes the documentation. Be sure, the documentation is up to date or run npm run doc