We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce744a commit 9e46141Copy full SHA for 9e46141
README.md
@@ -2,6 +2,13 @@
2
3
[OpenProject](https://www.openproject.org/) extensions for the [BlockNote](https://www.blocknotejs.org/) editor.
4
5
+## About this repo
6
+
7
+This repo is split into two parts:
8
9
+- The library itself, which is located in the `/lib` folder and can be built and packaged with `npm run build:lib`.
10
+- A demo app, which is located in the `src/App.tsx` file and can be run locally with `npm run dev`.
11
12
## Usage
13
14
### Installation
0 commit comments