https://github.com/kulla/hackathoern-collab-oer-editor
https://github.com/kulla/hackathoern-collab-oer-editor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kulla/hackathoern-collab-oer-editor
- Owner: kulla
- License: apache-2.0
- Created: 2025-08-14T09:48:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T11:00:38.000Z (8 months ago)
- Last Synced: 2025-10-03T12:25:49.838Z (8 months ago)
- Language: TypeScript
- Homepage: https://kulla.github.io/hackathoern-collab-oer-editor/
- Size: 235 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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