Node.js >= v4 must be installed.
- Running
npm installin the components's root directory will install everything you need for development.
npm startwill watch files and compile the documentation, you'll need to start a static file server at the root of the repository to serve it.
-
npm run buildwill build the component for publishing to npm. -
npm run cleanwill delete built resources.