WorkBase

April 23, 2019 ยท View on GitHub

WorkBase is an open source, private cloud message service.
It's based on email protocol which means it can connect anyone with an email address.

Prerequisites

Run

git clone https://github.com/wanglian/workbase.git
cd workbase
meteor npm install
meteor npm start

Run Tests

// unit tests
meteor npm run test
// integration tests
meteor npm run test-app
// acceptance tests
meteor npm run test-e2e

References