dxos-deprecated / teamwork

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

Kanban pad on the new Graph ECHO #549

Closed rzadp closed 3 years ago

rzadp commented 3 years ago

Closes https://github.com/dxos/teamwork/issues/548

To run kanban storybook

yarn && yarn build
cd pads/planner-pad
yarn storybook

Or, run in Teamwork

cd apps/teamwork-app
yarn start
rzadp commented 3 years ago

Note: This used a workaround as any for TS complaining about different versions. Different versions are a problem of dependencies across Teamwork, SDK, Echo, and Mesh.

I got stuck on https://github.com/dxos/echo/pull/402 when untangling this dependencies mess, so I went with short term solution here for now.