Once #1 is done, since self-hosting would be really easy, we could bundle the server itself here
You can add the server as a git submodule to this one.
And invoke npm run build to generate the .exe files for the server.
Then you modify the self-host option (or you make a new option/checkbox) to launch the server from within the app. So when the user selects "self-host" the server is automatically launched from them.
Then you zip it all together and you got a even better and more cohesive app :3
Once #1 is done, since self-hosting would be really easy, we could bundle the server itself here
You can add the server as a git submodule to this one.
And invoke
npm run buildto generate the .exe files for the server.Then you modify the self-host option (or you make a new option/checkbox) to launch the server from within the app. So when the user selects "self-host" the server is automatically launched from them.
Then you zip it all together and you got a even better and more cohesive app :3