Decentralized Collaborative Tools.
To publish to Chromatic:
cd ./storybooks
yarn chromatic
Start the Teamwork app:
yarn && yarn build
cd ./apps/teamwork-app && yarn start
First, build the pads:
yarn build
(Optional) Run the watch command for one of the pads that you are going to continuosly develop:
cd ./pads/<some>-pad
yarn build --watch
Run the storybooks:
cd ./storybooks
yarn storybook