Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.04 KB

File metadata and controls

37 lines (24 loc) · 1.04 KB

Gray Paper Reader

A tool to help with reading and analyzing the Gray Paper.

Related repositories

Tooling

  • matrix-bot - Listens to Matrix channel messages and collects the ones containing GP Reader links. These messages can later be turned into notes JSON file.
  • links-check - Scan a set of files for GP Reader links and check their versions or generate notes JSON file.

Updating available versions of the Gray Paper

Gray Paper versions are stored in a separate repository, added as a git submodule.

$ git submodule update --init 

Running locally

$ npm ci      # install dependencies
$ npm run dev # run the development version