Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 719 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 719 Bytes

commoners-starter-kit

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:

  1. You will want to build services using the commoners build --service tsNode syntax
  2. The build artifacts can be launched using commoners launch --service tsNode
  3. Paste any generated URLs into the commoners.config.ts file in the services publish.remote field.