Prerequisites#
Install WSL2#
Follow the instructions here to install WSL2 on your Windows machine.
Visual Studio Code (VS Code)#
Grab the latest version of this versatile code editor from the VS Code website.
GitHub and Git#
Register for an account on GitHub.
Install Git:
For Windows: Download the Git setup from the official site.
For MacOS: You can use Homebrew:
brew install git
.
Install the Git extension from the VS Code marketplace for seamless Git integration.