/rekor-search-ui

Search Rekor for entries

Primary LanguageTypeScriptApache License 2.0Apache-2.0

This repo contains a simple UI for searching Search the Rekor public transparency log.

https://search.sigstore.dev/

Rekor UI Screenshot

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy

The app is based on Next.JS and is automatically built & deployed to GitHub Pages when pushing to the main branch.