@enlightngo/iwe
v0.0.3
Published
An interactive WYSIWYG editor.
Downloads
3
Readme
Getting Started
First, install dependencies:
pnpm i
pnpm -C playground i
Then, you can run locally the playground while watching changes of in library:
pnpm dev
This will run pnpm build in watch mode and will run a dev server for playground.
Open http://localhost:3000 with your browser to see the result.