BiZZarre is a collaborative SWOT canvas tool. It is a clone of Trellis, which is built on top of MPL, a distributed persistence library that allows developers to build collaborative applications that are realtime, offline, and network partition tolerant.
To install all of the app dependencies, run:
$ npm install -g electron-forge
$ npm install
To start the app:
$ npm start
To run tests:
$ npm run test
To create a packaged ".app" on Mac OSX:
$ npm run package