Setup on Windows
Docker
Install Docker for Windows by following the instructions from here.
Choose the WSL 2 backend when prompted during installation.
VSCode
Download and install Visual Studio Code from here.
Once installed, open VSCode and head to extensions tab (Ctrl+Shift+X) to install the following extensions:

When you try to create your first project, the Dev Containers extension may ask to download additional Docker components, even though Docker is already installed. Allow it to do so.

Aaaaaand... you are all set!
Now check out our → Application and → Library guides.