Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 581 Bytes

pARTICuLErs

pARTICuLErs is a project designed to simplify assessing the reliability of scientific papers. It was built for Guardian Hack Day 2022 by Natasha Thrale, Ara Cho, and Raphael Kabo.

Setup instructions

  • Clone this repo:
    git clone https://github.com/guardian/hackday-particulers.git
    
  • Install dependencies in both the front-end and server directories:
    cd front-end
    yarn
    cd ../server
    yarn
    
  • The server and client can be started together by running the command npm start in the top-level directory.