dxos-deprecated / teamwork

GNU Affero General Public License v3.0
0 stars 1 forks source link

Teamwork Suite

Github Actions Conventional Commits

Decentralized Collaborative Tools.

Storybooks

Chromatic Storyboard

To publish to Chromatic:

cd ./storybooks
yarn chromatic

Usage

Start the Teamwork app:

yarn && yarn build
cd ./apps/teamwork-app && yarn start

Developing pads

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