Skip to content

Commit a7e69a6

Browse files
authored
Update Development.md
1 parent e5120b4 commit a7e69a6

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

Development.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
# DSOMM
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.6.
3+
## Development server
44

5-
### Development server
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`
9+
- 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.
610

7-
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.
811

9-
### Code scaffolding
12+
## Code scaffolding
1013

1114
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
1215

13-
### Build
16+
## Build
1417

1518
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
1619

17-
### Running unit tests
20+
## Running unit tests
1821

1922
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
2023

0 commit comments

Comments
 (0)