Skip to content

opf/op-blocknote-extensions

Repository files navigation

OpenProject BlockNote extensions

This repo is in an early prototype state.

Usage

To build the library and generate types and source maps.

npm run build:lib

To run the test app for local development

npm run dev

To develop with OpenProject locally

npm run build:lib
npm pack
cp op-blocknote-extensions-0.0.0.tgz ../openproject/frontend
cd ../openproject/frontend
npm i -S op-blocknote-extensions-0.0.0.tgz

This should make sure that the package is available for OpenProject even if running on a container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published