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

captainbrosset/web-features-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED REPOSITORY

This repository is now archived. It was an early investigation for a W3C WebDX project which now lives at: https://github.com/web-platform-dx/web-features-explorer

web-features explorer

A set of web pages to visualize the data that's maintained in the web-platform-dx/web-features repository.

Open the website: https://captainbrosset.github.io/web-features-explorer/

Architecture

The project is a static site that uses 11ty to generate the pages from the web-features repo data.

The data is retrieved from the web-features repo using the web-features npm package, by using the next version.

In addition, the browser-compat-data npm package is used to get links to MDN docs and bug trackers.

Build

  1. Clone the repo locally

  2. Run npm install

  3. Run npm run build to generate the site

    You can also run npm run serve to start a local server and watch for changes

Bump dependencies

To ensure you have the latest data:

  1. Run npx npm-check-updates -u

  2. Run npm update web-features