Create a prototype of a web-based text WYSIWYG Editor with ProseMirror for rich-text editing capabilities.
- Clone the repository
- Install the dependencies via
bun install
Start the dev server:
bun devBuild the app for production:
bun run buildPreview the production build locally:
bun previewUpdate dependencies:
bun update