Install Ubuntu from the Microsoft Store or via WSL.
sudo apt install curl wget unzip zip build-essentialFollow the instructions at: https://github.com/nvm-sh/nvm
nvm install --lts
nvm use latestsudo apt update
sudo apt install git
git config --global user.name "Your Name"
git config --global user.email "your@email.com"curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install gh
gh auth loginnpm install -g @anthropic-ai/claude-codegit clone https://github.com/your-user/your-repo.git
cd your-repo/From your project folder, just run:
claudeYou can also use /ide open inside Claude Code to open your editor.
Also: You can run any project (even if not inside WSL) just by selecting the "WSL" in the terminal tab from your IDE, it may be a bit slower, but works as well.