Skip to content

Commit e55d1a5

Browse files
authored
Update Development.md
Better Formatting
1 parent a7e69a6 commit e55d1a5

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

Development.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,23 @@
22

33
## Development server
44

5-
- Clone the repo
6-
- `cd DevSecOps-MaturityModel`
7-
- `npm install`
8-
- `curl https://raw.githubusercontent.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/main/src/assets/YAML/generated/generated.yaml -o src/assets/YAML/generated/generated.yaml # Download the generated.yaml and put it in here`
5+
- Clone the repo
6+
```
7+
git clone https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel.git
8+
```
9+
- Change directory to DSOMM
10+
```
11+
cd DevSecOps-MaturityModel
12+
```
13+
- Install Dependencies
14+
```
15+
npm install
16+
```
17+
- Downloads the generated.yaml and put it in the required folder
18+
```
19+
curl https://raw.githubusercontent.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data/main/src/assets/YAML/generated/generated.yaml -o src/assets/YAML/generated/generated.yaml
20+
```
21+
922
- Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
1023

1124

0 commit comments

Comments
 (0)