Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Apr 1, 2024
1 parent 65d8245 commit b12d139
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/resources/*.png filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions .github/resources/banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# K6 Dashboard
<h1 align="center">K6 Dashboard</h1>

<p align="center">
<img src=".github/resources/banner.png" alt="K6 Banner" style="max-height: 25vh; border: 1px solid #ddd; border-radius: 1vh; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
</p>

## Table of Contents

- [Author's Note](#authors-note)
- [Getting Started](#getting-started)
Expand Down Expand Up @@ -91,7 +97,8 @@ curl -X POST -F "reportFile=@$(pwd)/src/test/k6/report.json" http://localhost:80
If you're just looking to see the project in action, head over to [Getting Started](#getting-started). If you're
interested in contributing, you'll need:.

- [OpenJDK 21](https://adoptium.net/temurin/releases/) for the [`apps`](./apps) directory
- [OpenJDK 21](https://adoptium.net/temurin/releases/) for some of the [`apps`](./apps)
- Python and [poetry](https://python-poetry.org/) other [`apps`](./apps)
- [Rust](https://www.rust-lang.org/tools/install) for the [`cli`](./cli) directory

### Database Setup
Expand Down

0 comments on commit b12d139

Please sign in to comment.