Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenxiaoyao6228/yjs-demo
Yjs demo collections, including todo app, whiteboard, text editor and more
https://github.com/chenxiaoyao6228/yjs-demo
crtd fabricjs text-editor todo whiteboard yjs
Last synced: 1 day ago
JSON representation
Yjs demo collections, including todo app, whiteboard, text editor and more
- Host: GitHub
- URL: https://github.com/chenxiaoyao6228/yjs-demo
- Owner: chenxiaoyao6228
- Created: 2024-09-17T02:37:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:02:36.000Z (5 months ago)
- Last Synced: 2024-09-19T06:30:55.526Z (5 months ago)
- Topics: crtd, fabricjs, text-editor, todo, whiteboard, yjs
- Language: TypeScript
- Homepage: https://yjs-demo-pi.vercel.app
- Size: 664 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo Demos
Yjs demo collections, including todo app, whiteboard, text editor and more
## Demo
![Todo App](./yjs-todo.gif)
👉 You can also try it out [here](https://yjs-demo-pi.vercel.app/)
## Prerequisites
- Node.js (v14 or later)
- pnpm## Installation
Clone the repository:
```sh
git clone [email protected]:chenxiaoyao6228/yjs-demo.git
cd yjs-demo
```Install dependencies:
```sh
pnpm install
```
## Development### Running the Collaborative Server
Start the collaborative server:
```sh
pnpm run collab-server
```### Running the Development Server
Start the development server:
```sh
pnpm run dev
```Open your browser and navigate to `http://localhost:3000` to access the Todo application.
## About
This project is generated with cursor AI