We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555bb66 commit 4843d10Copy full SHA for 4843d10
CONTRIBUTING.md
@@ -36,6 +36,7 @@ This repository will automatically check PRs for linting compliance.
36
1. install PHP dependencies: `composer install`
37
1. If you're on Windows, use [WSL](https://learn.microsoft.com/en-us/windows/wsl/)
38
1. Download and install [docker desktop](https://www.docker.com/products/docker-desktop/)
39
+ 1. Linux users only: Download and install docker compose plugin (`apt install docker-compose-plugin`)
40
1. In `tools/docker-dev` Run the build script: `./build.sh`
41
1. Run the environment: `./run.sh`. Press `CTRL+C` to exit
42
1. Install [pre-commit](https://pre-commit.com/)
0 commit comments