Skip to content
forked from fdalvi/phdwriter

A online collaborative research paper writing tool!

Notifications You must be signed in to change notification settings

baljits/phdwriter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhDWriter

Installation

This version of PhDWriter requires NodeJS to be installed.

Install from http://nodejs.org/

Once NodeJS is installed, run the following commands to complete the "installation" progress:

npm install

node_modules is ignored in .gitignore, this is to avoid cross-compatibility issues across machines and OSes.

The application also requires mongodb to be installed.

Once everything is up and running, use the following command to launch the server:

node app.js

You can also use nodemon, which will restart the server automatically when changes are made to the source files.

Coding Guidelines

  1. Use tabs, not spaces to indent
  2. Each tab should be of width 4

About

A online collaborative research paper writing tool!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%