A cross-platform app for testing the commoners
build tool.
When new changes are pushed to main
, this application will automatically be built and distributed in the following formats:
- Web — Progressive Web App (PWA)
- Mac
- Windows
- Linux
- iOS
- Android
If you'd like to host the services remotely (e.g. on Railway), please consider the following:
- You will want to build services using the
commoners build --service tsNode
syntax - The build artifacts can be launched using
commoners launch --service tsNode
- Paste any generated URLs into the
commoners.config.ts
file in the servicespublish.remote
field.