Skip to content

Commit af21a1b

Browse files
committed
test prettier
1 parent fc53b62 commit af21a1b

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@ For development, you'll need the following components/dependencies:
1010

1111
- Docker and Docker Compose
1212
- 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`)
1414
- jq (`apt install jq`)
1515

1616
All other development dependencies (just, bower, composer, husky, php-cs-fixer, phpunit, prettier, etc.) will automatically be installed upon running `pnpm install` after checkout.
1717

1818
## Development setup guide
1919

2020
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
24-
- `sudo npm install --global corepack@latest`
25-
- `corepack enable pnpm`
26-
- php 8.2 (`apt-get install php8.2`)
27-
- php extensions (`apt-get install php-xml php-curl php-bcmath php-zip php-mbstring`)
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
24+
- `sudo npm install --global corepack@latest`
25+
- `corepack enable pnpm`
26+
- php 8.2 (`apt-get install php8.2`)
27+
- php extensions (`apt-get install php-xml php-curl php-bcmath php-zip php-mbstring`)
2828
2. Create a docker.env file
29-
- copy `docker-compose/nomos.env.template` to `docker-compose/nomos.env`.
29+
- copy `docker-compose/nomos.env.template` to `docker-compose/nomos.env`.
3030
3. Grant write permissions to the logs directory:
31-
- `chmod a+w logs`
32-
- This is needed is because the back-end PHP code runs as a non-root user inside the container.
33-
3. install dependencies
34-
- run `pnpm install` in the root directory
35-
4. run docker
36-
- `pnpm start` will run all packages
37-
- `pnpm start:db` will run only the database server
38-
- `pnpm start:backend` will run only the php backend
39-
- `pnpm start:frontend-web` will run the legacy Angular frontend
40-
- `pnpm start:frontend-react` will run the newer React frontend
31+
- `chmod a+w logs`
32+
- This is needed is because the back-end PHP code runs as a non-root user inside the container.
33+
4. install dependencies
34+
- run `pnpm install` in the root directory
35+
5. run docker
36+
- `pnpm start` will run all packages
37+
- `pnpm start:db` will run only the database server
38+
- `pnpm start:backend` will run only the php backend
39+
- `pnpm start:frontend-web` will run the legacy Angular frontend
40+
- `pnpm start:frontend-react` will run the newer React frontend
4141

4242
The username is `vhs` and the password is `password`.
4343

0 commit comments

Comments
 (0)