File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,16 @@ This repo contains a simple UI for searching Search the Rekor public transparenc
2
2
3
3
https://search.sigstore.dev/
4
4
5
- ![ Rekor UI Screenshot] ( assets/screenshot2 .png )
5
+ ![ Rekor UI Screenshot] ( assets/screenshot .png )
6
6
7
7
## Getting Started
8
8
9
+ Install dependencies:
10
+
11
+ ``` bash
12
+ npm install
13
+ ```
14
+
9
15
First, run the development server:
10
16
11
17
``` bash
@@ -34,7 +40,7 @@ The app is based on [Next.JS](https://nextjs.org/) and is automatically built &
34
40
35
41
## Internal Server Configuration
36
42
37
- This app supports overriding of the default rekor server instance for those running private instances of the the sigstore stack.
43
+ This app supports overriding of the default rekor server instance for those running private instances of the sigstore stack.
38
44
Create a ` .env.local ` file at the root and include in it this environment variable
39
45
40
46
``` properties
You can’t perform that action at this time.
0 commit comments