diff --git a/README.md b/README.md index 912982b..500f975 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..5394e73 Binary files /dev/null and b/assets/screenshot.png differ