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#

  1. Register for an account on GitHub.

  2. Install Git:

  • For Windows: Download the Git setup from the official site.

  • For MacOS: You can use Homebrew: brew install git.

  1. Install the Git extension from the VS Code marketplace for seamless Git integration.