Hacker News new | ask | show | jobs
by mshockwave 1657 days ago
Looks pretty cool! However I'm not able to find any instructions about how to build the project (sorry I've never done any professional Windows development) or download a prebuilt. It will be great to see one in the README or wiki.
1 comments

theres a build.ps1 file which I use to build. But to build .net all you really need to do is run a "dotnet build" within the project directory. Easy way to play is to download visual studio 2022 community and fire it up that way. However I do have some VSCode tasks.proj committed if you want to use VSCode instead. I was using VSCode for a while, but debugging in VSCode isn't the best.