yarn install
in the repo rootyarn start
Starts the development server.
yarn build
Bundles the spec and prepares web_deploy folder with static assets.
yarn test
Validates the spec.
yarn gh-pages
Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.