You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,34 +10,34 @@ For development, you'll need the following components/dependencies:
10
10
11
11
- Docker and Docker Compose
12
12
- NodeJS and PNPM
13
-
- PHP 8.2, and extensions (`php-xml`, `php-curl`, `php-bcmath`, `php-zip`, `php-mbstring`)
13
+
- PHP 8.2, and some extensions (`php-xml`, `php-curl`, `php-bcmath`, `php-zip`, `php-mbstring`)
14
14
- jq (`apt install jq`)
15
15
16
16
All other development dependencies (just, bower, composer, husky, php-cs-fixer, phpunit, prettier, etc.) will automatically be installed upon running `pnpm install` after checkout.
17
17
18
18
## Development setup guide
19
19
20
20
1. Install the requirements:
21
-
-[docker and docker-compose](https://docs.docker.com/engine/install/)
22
-
-[nodejs](https://nodejs.org/en/download) (v20 or newer)
23
-
-[pnpm](https://pnpm.io) - a package manager like npm, that handles repos with multiple packages, like this one
0 commit comments