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

guardian/open-journalism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Journalism

Tools for measuring the accessibility of the Guardian.

Installation

Install Deno: https://deno.land/#installation.

Tasks

# [src/bigquery_score/scripts/bundle.ts needs a description...]
deno task score
# Builds the site (`src/_site`).
deno task build
# Runs a dev server for the site (`src/_site`).
deno task dev
# keep the README up to date with the tasks in deno.json
deno task maintain-readme