1 parent ea1c26f commit cf1b994Copy full SHA for cf1b994
1 file changed
slides/ddev-linux-10-minutes.md
@@ -14,6 +14,19 @@
14
15
---
16
17
+## What is DDEV?
18
+
19
+DDEV is a docker-based local development environment for most PHP and NodeJS projects.
20
21
+But you don't even have to know that docker is there.
22
23
+* Consistent
24
+* Fast startup, fast webserving
25
+* Team checks in configuration
26
+* Easy onboarding of junior devs and new team members
27
28
+---
29
30
## What we'll do
31
32
1. Install Docker CE from official repository
0 commit comments