https://github.com/pmeinhardt/mind
collaborative mind-mapping :brain:
https://github.com/pmeinhardt/mind
collaboration ideas mind-mapping
Last synced: 5 months ago
JSON representation
collaborative mind-mapping :brain:
- Host: GitHub
- URL: https://github.com/pmeinhardt/mind
- Owner: pmeinhardt
- Created: 2024-07-30T06:26:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T15:58:09.000Z (6 months ago)
- Last Synced: 2025-04-20T23:32:37.610Z (6 months ago)
- Topics: collaboration, ideas, mind-mapping
- Language: TypeScript
- Homepage: https://preview-mind.vercel.app/
- Size: 719 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mind 💭
*Collaborative mind mapping*
Disclaimer: This is very much a work in progress. ⚠️
## Prerequisites
For development, you will need [Node.js](https://nodejs.org/) (v20+).
## Get started
Install the application dependencies.
```shell
npm install
```Start the app.
```shell
npm start
```To use collaboration features, start the peer server.
```shell
npm run peer-server
```## References
- [Loro](https://github.com/loro-dev/loro)
- [PeerJS](https://github.com/peers/peerjs)
- [PeerJS Server](https://github.com/peers/peerjs-server)