An open API service indexing awesome lists of open source software.

https://github.com/kulla/hackathoern-collab-oer-editor


https://github.com/kulla/hackathoern-collab-oer-editor

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Experiment to implement a simple editor with a plugin system

## Setup

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

## Get started

Start the local signalling server so that the peers can connect to each other:

```bash
./start_server.sh
```

Start the dev server:

```bash
bun dev
```

## Screencast of the prototype

https://github.com/user-attachments/assets/45047a54-6135-477b-af81-a47db190a106

## Maintenance

Update dependencies:

```bash
bun update
```

## Possible improvements

- When a non editable entry is selected => focus it.
- Move `rootKey` to the state.
- Add a RootNode