Skip to content

Work on the code

You can clone the project:

git clone git@github.com:steevanb/php-parallel-processes.git

Then, when you to execute your local code, you need to add a volume on /composer/vendor/steevanb/php-parallel-processes:

docker \
    run \
        --rm \
        -it \
        -v "$(pwd)":/app \
        -v "$(pwd)":/composer/vendor/steevanb/php-parallel-processes \
        steevanb/php-parallel-processes:1.1.0-alpine \
            php /app/parallel-processes.php

Work on the documentation

We use readthedocs, mkdocs and Material for MkDocs.

Documentation is written in Markdown in docs/.

See Material for MkDocs for Markdown syntaxes and examples.