Skip to content

Commit b030adb

Browse files
author
Felipe Tuyama
committed
Add report preview
1 parent 2a95940 commit b030adb

14 files changed

+122
-9
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
Dev manager tool to grab developer's metrics from Slack, JIRA and Gitlab
66

7+
![Report](https://github.com/ftuyama/dev-manager/blob/main/report/report.png | width=300)
8+
79
## How to use it
810

9-
First, you can configure your settings by running:
11+
First, you can configure your API settings by running the interactive setup:
1012

1113
```shell
1214
make setup
@@ -24,6 +26,12 @@ You can visualize the web UI by running:
2426
make web
2527
```
2628

29+
You can also fork this repository and build the github.io page using:
30+
31+
```shell
32+
make build
33+
```
34+
2735
## Backend Architecture
2836

2937
```mermaid

docs/css/app.356f77e2.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/css/app.4f32ee24.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/dev-manager/favicon.ico"><title>dev-manager</title><script defer="defer" src="/dev-manager/js/chunk-vendors.10c0daf0.js"></script><script defer="defer" src="/dev-manager/js/app.0d56738e.js"></script><link href="/dev-manager/css/app.356f77e2.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but dev-manager doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
1+
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/dev-manager/favicon.ico"><title>dev-manager</title><script defer="defer" src="/dev-manager/js/chunk-vendors.2a3d0c14.js"></script><script defer="defer" src="/dev-manager/js/app.390258a7.js"></script><link href="/dev-manager/css/app.4f32ee24.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but dev-manager doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

docs/js/app.0d56738e.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)