packages/docs/docs/contributing/windows.md
Many of the build scripts are bash scripts and not natively invocable in Windows. To solve this, you can build the project using Git Bash.
yarn install.yarn start:browser.yarn start. If you get an error about bundle.desktop.js, just <Key mod="ctrl" k="c" /> and rerun yarn start.yarn rebuild-electron and rerun yarn start.rsync: command not foundIf you run into this error, you will need to install the rsync binary to Git Bash. Follow the directions here.
ln: failed to create symbolic link '../../desktop-client/public/kcab': Operation not permittedBash needs to be run as administrator.