Skip to content

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:

Dev Containers

VSCode with DevContainers extension installed

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.

Swift Stream IDE

VSCode with Swift Stream IDE extension installed

Aaaaaand... you are all set!

Now check out our → Application and → Library guides.