Skip to content

Commit

Permalink
chore: update readme (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom committed Mar 19, 2024
2 parents d1d515a + 3289ae2 commit 0975abd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ This repo contains a simple UI for searching Search the Rekor public transparenc

https://search.sigstore.dev/

![Rekor UI Screenshot](assets/screenshot2.png)
![Rekor UI Screenshot](assets/screenshot.png)

## Getting Started

Install dependencies:

```bash
npm install
```

First, run the development server:

```bash
Expand Down Expand Up @@ -34,7 +40,7 @@ The app is based on [Next.JS](https://nextjs.org/) and is automatically built &

## Internal Server Configuration

This app supports overriding of the default rekor server instance for those running private instances of the the sigstore stack.
This app supports overriding of the default rekor server instance for those running private instances of the sigstore stack.
Create a `.env.local` file at the root and include in it this environment variable

```properties
Expand Down
Binary file added assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0975abd

Please sign in to comment.