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

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:

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)