Skip to content

Commit 8ecd68e

Browse files
committed
Include base install instruction
1 parent 7ffd5b8 commit 8ecd68e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Development.md

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

33
## Development server
44

5+
The DSOMM is based on [NodeJS](https://nodejs.org/) and [Angular](https://angular.dev/).
6+
- If you have not yet installed NodeJS or Angular command line tools, install them now. First NodeJS: https://nodejs.org/en/download, then Angualr:
7+
```
8+
npm install -g @angular/cli
9+
```
510
- Clone the repo
611
```
712
git clone https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel.git

0 commit comments

Comments
 (0)