Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.14 KB

PREreview display prototype

This project is an experiment in using Zenodo as a database for reviews, using its API to maintain and display them.

It's deliberately simplistic and doesn't cover aspects such as authorisation.

Running it

  1. Install Node.js 16
  2. Get a personal access token on the Zenodo sandbox with deposit:actions and deposit:write scopes
  3. Create a .env file based on .env.dist and paste in the token
  4. Run npm ci
  5. Run npm start
  6. Open http://localhost:3000/ in your browser.

Technology

It also has been a chance to try some new technologies. Like Sciety it makes heavy use of fp-ts, but also tries out: