Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 594 Bytes

Newspad

NewPad is a web-based collaborative writing tool that enables multiple people edit a structured document simultaneously and leave requests for others to complete.

More details here

Installation

You need to have gulp and bower both installed.

npm install -g bower gulp

Then simply run

gulp install

That will install all the correct node.js and front-end dependencies.

If you are running ubuntu, simply run

sudo sh ubuntu-setup.sh