Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.02 KB

File metadata and controls

33 lines (26 loc) · 1.02 KB
hide
toc

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:{{ package_version }}-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.