Skip to content

Initial setup

This guide walks you through the process of setting up your development environment.

Follow Microsoft’s official guide to install WSL: https://learn.microsoft.com/en-us/windows/wsl/install. Make sure you install the latest Ubuntu distribution for consistency (this should be the default). You can use another distribution, but note that some steps may differ, most notably package installation.

  1. Ensure you have Git installed. If you are using Ubuntu 24.04 LTS or later, or installed the default WSL distribution, you should already have it installed. If not, open a terminal and run the following commands to install Git:

    Terminal window
    sudo apt update
    sudo apt install git
  2. If you have not already, set up git locally however you want, there are lots of guides online!

  3. Now depending on what you want to setup follow one of the guides below!