Skip to content

matsuyama-k1/collaborative-lexical-editor-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to start

Installation

To install all necessary dependencies, run:

npm install

If you have not installed Redis, please install Redis too. https://redis.io/docs/install/install-redis

Running the Application

To start the application, execute the following commands:

step1

npm run db
npm run start

step2

npm run server

Access the frontend by navigating to http://localhost:3000/. /n plase make sure to do npm run start before npm run server otherwise it causes error.

Technical article (Japanese)

https://qiita.com/kanta_matsu/items/958f0c69c858f504188a

About

Collaborative editor with Yjs, WebSocket, Redis, and lexicaljs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published