We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755ca66 commit 25807abCopy full SHA for 25807ab
README.md
@@ -1,5 +1,5 @@
1
2
-## Prerequisits
+## Prerequisites
3
4
- [node 10.x](https://nodejs.org/en/)
5
- [yarn](https://yarnpkg.com/en/docs/install)
@@ -29,4 +29,12 @@ kubectl apply -f deploy/keda-dashboard.yaml
29
kubectl port-forward {pod-name} 8080:8080 --namespace keda
30
```
31
32
-then go to `http://localhost:8080` in the browser.
+then go to `http://localhost:8080` in the browser.
33
+
34
+## Overview
35
36
+Click [here](https://github.com/t-shama/keda-dashboard/blob/master/OVERVIEW.md) for an overview of the KEDA codebase.
37
38
+## Contributing
39
40
+Click [here](https://github.com/t-shama/keda-dashboard/blob/master/CONTRIBUTING.md) to learn how to contribute to the KEDA dashboard.
0 commit comments