Starting docs with deve Quickstart
parent
47b3d98bcf
commit
940bc1931d
|
|
@ -0,0 +1,25 @@
|
||||||
|
## Quickstart for developers
|
||||||
|
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
|
||||||
|
sequenceDiagram
|
||||||
|
|
||||||
|
actor dev as Developer
|
||||||
|
participant vsc as Visual Studio Code
|
||||||
|
participant git as Github
|
||||||
|
|
||||||
|
dev ->>+ vsc: start IDE
|
||||||
|
Note right of vsc: Existing Git project
|
||||||
|
|
||||||
|
vsc ->>+ git :
|
||||||
|
Note right of vsc: Clone existing git for project
|
||||||
|
git -->>- vsc : Cloned
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
vsc -->>- dev : complete
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
Loading…
Reference in New Issue