@heydovetail/editor
v4.36.1
Published
The core editor for https://dovetailapp.com
Downloads
151
Keywords
Readme
@heydovetail/editor
This library contains the core editor for Dovetail.
Getting started
yarn install
Development
Running the storybook:
yarn storybook
Running tests:
yarn test
Cutting a release: (one of…)
git push origin master:release/patch
git push origin master:release/minor
git push origin master:release/major