@pinpt/block-editor
v0.0.14
Published
A Notion-like notebook editor used at Pinpoint
Downloads
10
Keywords
Readme
Pinpoint Block Editor
A Notion-like notebook editor used at Pinpoint
Docs & Examples
Install
npm install --save @pinpt/block-editor
Development
It's recommended to open up two tabs in terminal: one for building the library, one for running the examples.
This will build your bundle as you change files (rollup with watch):
npm start
cd
in to examples
and start the react dev server (CRA app):
npm start
Now as you make changes, you will see them reflected in this sample app.
Documentation Website
This repo deploys the example
app on to Github Pages. You can deploy an update via:
npm run deploy
License
APACHE 2.0 - Pinpoint, Inc.