SciBase OPRS (Open Peer Review System) is a web app powered by Node.js, that lets anyone upload papers and review papers uploaded by other users. It's designed to be an open and transparent platform for peer review.
Make sure the latest version of Node.js (6.x) and npm (3.x) are installed.
Make a copy of .env_sample
to .env
and replace the values with the correct ones.
Install dependencies
$ yarn
Run server locally
$ npm start