Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 488 Bytes

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.