Our style guide as a FormerKit skin
This skin is based on our component style guide and built to work with FormerKit Dashboard setup. To use it, you need to set some configurations on Webpack and install some packages.
To build a npm-ready package:
yarn build
In real life you will probably want to see changes made in this skin package in an already existing application.
To register the skin as a "linkable" package, run the following command in the skin directory:
yarn link
Then, in an existing application link the registered package:
yarn link former-kit-skin-pagarme
To keep watching for changes:
yarn start
See LICENSES.