Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 385 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (28 loc) · 385 Bytes

Development Setup

pnpm install

Development

cd packages/react-yjs
pnpm dev # runs the typescript compiler for the package

To run the example app:

cd examples/app
pnpm dev

Testing

pnpm test

Adding a new Changeset

In root run:

pnpm changeset

Publishing

pnpm changeset version
pnpm release