Skip to content

Commit f7c3533

Browse files
authored
Add development instructions (#13)
1 parent 6db80eb commit f7c3533

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
Examples on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.
44

5+
## Developing
6+
7+
Install dependencies:
8+
9+
```sh
10+
pip3 install -r requirements.txt
11+
```
12+
13+
Start development server:
14+
15+
```sh
16+
mkdocs serve
17+
```
18+
519
## License
620

721
CI/CD Examples is licensed under

0 commit comments

Comments
 (0)