We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db80eb commit f7c3533Copy full SHA for f7c3533
1 file changed
README.md
@@ -2,6 +2,20 @@
2
3
Examples on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.
4
5
+## Developing
6
+
7
+Install dependencies:
8
9
+```sh
10
+pip3 install -r requirements.txt
11
+```
12
13
+Start development server:
14
15
16
+mkdocs serve
17
18
19
## License
20
21
CI/CD Examples is licensed under
0 commit comments