Skip to content

Details

This event will prepare for the core DevX principle that any repo is always 100% self contained. No extras are needed to get up and running. You do not need to install anything project specific on your machine, you do not need to configure anything, you do not need to have any knowledge of the repo or the project.

For this to work, we do have need four generic dependencies installed on your machine:

VS Code
A Docker Engine
Git
GitHub CLI

This may not cause any issues at all — Cool! But we also frequently see that developers have a hard time getting their head around installing WSL, Ubuntu and setting up a Docker Engine on the local environment — so lets do is what we will do.

You may also like