Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 721 Bytes

File metadata and controls

30 lines (22 loc) · 721 Bytes

Contributing

Contributions are welcome, including bug reports, implementing features or writing documentation.

Dev Environment Setup

The recommended way is to use docker compose:

  1. In the docker-compose.yml replace the image: bbernhard/signal-cli-rest-api:latest for build: "."

The development workflow is:

  1. Make changes in the source code.
  2. Build the image and run a container.
    docker compose build
    docker compose up
  3. Test the changes.
  4. Bring the container down.
    docker compose down
  5. Repeat as many times as needed.

Building the documentation

Follow the instructions in the docs readme page.