WeOutline is a shared whiteboard, designed to work among distributed teams
-
Install NodeJS, preferable version 6.x
-
Clone the repository, then install package dependencies using Yarn or NPM:
$ cd app $ npm i or $ yarn
-
Run the following command to build project and run NodeJS server on port 3000:
npm run start:dev
Execute the following command:
npm run watch
Execute the following command:
npm start
License: LGPL v3