Skip to content
Snippets Groups Projects
Jure Triglav's avatar
Jure authored
29cb6ac9
Forked from pubsweet / pubsweet
5612 commits behind the upstream repository.

Preconditions

Node.js is a requirement, read about how to install it here: https://nodejs.org/en/

Install

$ git clone git@gitlab.coko.foundation:jure/backend-node.git
$ cd backend-node
$ npm install

Start the server

$ npm run dev
$ ./bin/init.sh

Point your browser to: http://localhost:3000

Roadmap (23rd of November, 2015)

Next week (23-27 November):

  1. Simple auth
  2. A proper abstract display on the front page
  3. Last write wins strategy for document updates