Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 661 Bytes

File metadata and controls

23 lines (18 loc) · 661 Bytes

SciBase OPRS

Description

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.

Instructions

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

Contributors