Skip to content

ipeychev/weoutline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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