Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 708 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 708 Bytes

WeOutline

http://weoutline.com

WeOutline is a shared whiteboard, designed to work among distributed teams

How to run it on your local machine

  1. Install NodeJS, preferable version 6.x

  2. Clone the repository, then install package dependencies using Yarn or NPM:

    $ cd app
    $ npm i
    or
    $ yarn
  3. Run the following command to build project and run NodeJS server on port 3000:

    npm run start:dev

Watch and build automatically the client files

Execute the following command:

npm run watch

Running in production

Execute the following command:

npm start

License: LGPL v3