Skip to content

pmeinhardt/mind

Repository files navigation

Mind 💭

Collaborative mind mapping

Disclaimer: This is very much a work in progress. ⚠️

Prerequisites

For development, you will need Node.js (v20+).

Get started

Install the application dependencies.

npm install

Start the app.

npm start

To use collaboration features, start the peer server.

npm run peer-server

References