-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Windows Dev Setup Guide
Zach Gollwitzer edited this page Feb 6, 2024
·
10 revisions
For Windows development, we recommend using Windows Subsystem for Linux as this closely resembles the architecture the final app is deployed to in production.
Follow the steps below to get that setup.
Open Powershell and run:
wsl --install -d Ubuntu
Restart your computer as instructed, set your username and password, and run "Ubuntu" to use the WSL shell.
From here, you should be able to follow the Linux setup guide to get started.
WIP Footer
WIP Sidebar