-
Notifications
You must be signed in to change notification settings - Fork 2
Setup local development environment for Windows
Max Lohove edited this page Oct 2, 2021
·
2 revisions
https://code.visualstudio.com/download
https://github.com/microsoft/terminal
https://www.microsoft.com/de-de/p/windows-terminal/9n0dx20hk701?rtc=1&activetab=pivot:overviewtab
EN: https://docs.microsoft.com/en-us/windows/wsl/install
DE: https://docs.microsoft.com/de-de/windows/wsl/install
Launch Powershell "wsl --install"
Ubuntu is included in the wsl 2 installation
Restart System
Launch Windows Terminal
cd ~
mkdir repository
cd repository
sudo apt update
sudo apt install
npm ci
npm run build
cd repositories\flashkill
explorer.exe .
Copy folder URL "\wsl$\Ubuntu\root\repositories\flashkill"