Skip to content

DocNow/catalog

Repository files navigation

catalog is a minimal registry of tweet identifier datasets. You can add a dataset of your own through the interface, or by adding markdown file to the src/datasets directory here in this repository (if you want to do it the hard way).

You can read a blog post about the rationale for the Catalog, including what its purpose is, and why it is a static site here:

https://news.docnow.io/introducing-the-catalog-v2-80557eeb8421

The DocNow catalog has been developed with generous support from the Mellon Foundation.

Develop

catalog is a static site built with Gatsby and deployed with Netlify.

git clone https://github.com/docnow/catalog.git
cd catalog
npm install
npm run start