Skip to content

guardian/hackday-particulers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published