First you have to install the dependencies, you can use both YARN or NPM:
yarn installnpm install
Here a list of available commands:
yarn build
Start the build task.
yarn bump
Bump the library version. You can pass some arguments:
--minor,--major. Default:--patch
yarn changelog
Generate the changelog based on semantic-commits tags
Run an http-server inside the demo folder.
- Navigate to
/path to check the icon font demo - Navigate to
/svgto check che svg sprite demo - Navigate to
/webcomponentto check che iron-iconset-svg sprite demo