@pinpt/block-editor

A Notion-like notebook editor used at Pinpoint

Usage no npm install needed!

<script type="module">
  import pinptBlockEditor from 'https://cdn.skypack.dev/@pinpt/block-editor';
</script>

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.