Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
  • Loading branch information
fjogeleit committed Oct 7, 2024
1 parent db71965 commit a4637c7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Policy Reporter v3 Docs

Hosted on [GitHub Pages](https://kyverno.github.io/policy-reporter-docs/)

## Development

### Requires

* [Bun](https://bun.sh/) Runtime

### Install dependencies

```bash
bun install
```

### Start Dev Server

```bash
bun run docs:dev
```

0 comments on commit a4637c7

Please sign in to comment.