Initial setup
This guide walks you through the process of setting up your development environment.
Windows
Section titled “Windows”WSL installation
Section titled “WSL installation”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.
Linux/WSL and Mac
Section titled “Linux/WSL and Mac”-
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 updatesudo apt install git -
If you have not already, set up
gitlocally however you want, there are lots of guides online! -
Now depending on what you want to setup follow one of the guides below!