Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 21, 2024
1 parent 285dcc4 commit 555ca61
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test-acceptance-headless Run cypress tests in headless mode for CI

### Development Environment Setup

Run
Install package requirements

```shell
pnpm i
Expand All @@ -97,41 +97,45 @@ pnpm i

Run (in separate terminal sessions)

Start backend server

```shell
make start-backend-docker
```

Start frontend

```shell
pnpm start
```

### Linting

Run
Run ESlint, Prettier and Stylelint

```shell
make lint
```

### Formatting

Run
Run ESlint, Prettier and Stylelint in fix mode

```shell
make format
```

### i18n

Run
Extract the i18n messages to locales

```shell
make i18n
```

### Unit tests

Run
Run unit tests

```shell
make test
Expand All @@ -141,15 +145,19 @@ make test

Run (in separate terminal sessions)

Start the frontend in dev mode

```shell
make start-test-acceptance-frontend-dev
```

Start the backend acceptance server

```shell
make start-test-acceptance-server
```

Start the Cypress interactive test runner:
Start the Cypress interactive test runner

```shell
make test-acceptance
Expand Down

0 comments on commit 555ca61

Please sign in to comment.