A simple wpt.fyi like dashboard to track progress of WPT scores for Servo's focus areas.
- Install dependencies:
npm i
- Generate site/scores.json (takes a few minutes):
node index.js --recalc
- or download it:
curl -o site/scores.json https://wpt.servo.org/scores.json
- or download it:
- Start a web server:
npx http-server site