Skip to content

kulla/serlo-editor-prototype

Repository files navigation

Editor prototype

Goal

Create a prototype of a web-based text WYSIWYG Editor with ProseMirror for rich-text editing capabilities.

Setup

  1. Clone the repository
  2. Install the dependencies via bun install

Get started

Start the dev server:

bun dev

Build the app for production:

bun run build

Preview the production build locally:

bun preview

Maintenance

Update dependencies:

bun update