LoRes Chat Example
README
Running this example
Developers can drive this using the justfile. Install Just and then execute the following:
To fetch needed dependencies:
just setup
To run:
just dev
Deployment
If you’d like to deploy this to a server, the best approach is to use the Co-op Cloud recipe.
If you’d like to deploy a custom build, then you can compile and install with Docker, using the Dockerfile in this repository.