react-ittsu
React components using ittsu styles.
The interactive storybook can be found here: https://drawbotics.github.io/react-ittsu/
How to run
Clone the project. Then, inside the project folder, run in a terminal:
$ yarn install$ yarn build-watch$ yarn storybook
build-watch
will continuously compile the code, while storybook
fetches all the compiled components and displays them in browser.
After the commands finish, go to http://localhost:9001
to view and interact with the react-ittsu components live.
How to publish to style guide
$ yarn build-storybook
And push to dev
. After the changes have been merged into master
then the github page will be updated.