To run locally:
- Clone the version v0.57.1 of the slate repo: https://github.com/ianstormtaylor/slate/commit/22d9095c39a0e201878e1df04ef5e35d4d86a596
- cd slate/packages and remove slate-react
- Pull this repo in slate/packages
- cd slate && yarn start
To deploy:
- cd slate && yarn build
- cd packages/slate-react
- npm version [patch | minor ...] && git push
- Update the commit hash in hs-editor/package.json
- cd hs-monorepo && yarn