-
Clone the repository and bootstrap lerna. This will wire up all Chonky packages to each other:
git clone git@github.com:TimboKZ/Chonky.git cd Chonky git checkout 2.x-dev yarn install lerna bootstrap
-
In main
chonky/
package, start the TSDX watcher which will transpile TS in real time:cd packages/chonky/ yarn start # Keep the script running
-
Build the
chonky-icon-fontawesome/
package:cd packages/chonky-icon-fontawesome/ yarn build
-
In a separate shell, start the Storybook server to test the changes. It will hot-reload when you change Chonky source code.
cd packages/website/ yarn storybook # Keep the script running
All PRs should be created against 2.x-dev
branch.