Skip to content

Commit 7f5d83d

Browse files
committed
update readme
1 parent c7c76c2 commit 7f5d83d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,16 @@ php -S localhost:3000
1818
```
1919

2020
Then point the browser to `localhost:3000`.
21+
22+
# Prerequisites
23+
24+
You need the following prerequisites on your computer:
25+
26+
1. VS Code
27+
2. Docker Desktop (MacOS, Windows) or docker engine (Linux)
28+
3. VS Code extension for remote development
29+
4. git client
30+
31+
With this setup VS Code will suggest re-opening in the dev container when you open the repo's local clone's directory in VS Code.
32+
33+
Other setups may work as well but were not considered for this sample repository.

0 commit comments

Comments
 (0)