mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-01-26 19:03:33 +00:00
721 B
721 B
Contributing
Contributions are welcome, including bug reports, implementing features or writing documentation.
Dev Environment Setup
The recommended way is to use docker compose:
- In the
docker-compose.ymlreplace theimage: bbernhard/signal-cli-rest-api:latestforbuild: "."
The development workflow is:
- Make changes in the source code.
- Build the image and run a container.
docker compose builddocker compose up - Test the changes.
- Bring the container down.
docker compose down - Repeat as many times as needed.
Building the documentation
Follow the instructions in the docs readme page.