You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,26 @@
1
+
[](https://github.com/securesign/rekor-search-ui/actions/workflows/unit-tests.yaml)
This repo contains a simple UI for searching Search the Rekor public transparency log.
2
5
3
6
https://securesign.github.io/rekor-search-ui/
4
7
5
8

6
9
10
+
## Requirements
11
+
12
+
-[Node.js](https://nodejs.org/en) 18.x+
13
+
- Access to a [Rekor server](https://github.com/securesign/rekor), or a full deployment of [Trusted Artifact Signer (TAS)](https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/2024-q1/html/deployment_guide/verify_the_trusted_artifact_signer_installation)
14
+
7
15
## Getting Started
8
16
9
-
Install dependencies:
17
+
First, install the dependencies:
10
18
11
19
```bash
12
20
npm install
13
21
```
14
22
15
-
First, run the development server:
23
+
Then, run the development server:
16
24
17
25
```bash
18
26
npm run dev
@@ -32,17 +40,17 @@ npm run test
32
40
33
41
Launches the test runner in the interactive watch mode.
34
42
35
-
Tests are colocated and live as closely to corresponding code as possible.
43
+
Tests are co-located and live as closely to corresponding code as possible.
36
44
37
45
## Deploy
38
46
39
47
The app is based on [Next.JS](https://nextjs.org/) and is automatically built & deployed to GitHub Pages when pushing to the `main` branch.
40
48
41
49
## Internal Server Configuration
42
50
43
-
This app supports overriding of the default rekor server instance for those running private instances of the sigstore stack.
51
+
This app supports overriding of the default rekor server instance for those running private instances of the Trusted Artifact Signer (TAS) stack.
44
52
Create a `.env.local` file at the root and include in it this environment variable
0 commit comments