Brainstormer is an open source brainstorming tools for online collaboration. It is designed to share different ideas between collaborators and keep iterate those ideas.
Brainstormer support 6 collaborators currently.
-
Type in display name and invite collaborators.
-
Storm your brain individually.
-
Present ideas one by one.
-
Group similar ideas and go into next iteration!.
Launch client
$ yarn workspace client start
And launch server
$ yarn workspace server start
Or launch server via vscode debugger.
Brainstormer is a mono repo containing server and client.
-
packages/core
contains types and actions shared between server and client. -
packages/client
-
packages/server