You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Development.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,23 @@
1
1
# DSOMM
2
2
3
-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.6.
3
+
## Development server
4
4
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.
6
10
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.
8
11
9
-
###Code scaffolding
12
+
## Code scaffolding
10
13
11
14
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`.
12
15
13
-
###Build
16
+
## Build
14
17
15
18
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
16
19
17
-
###Running unit tests
20
+
## Running unit tests
18
21
19
22
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
0 commit comments