Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed Jun 12, 2024
1 parent 6ae7077 commit 25a3fe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ make up-deps
Start the application.
```bash
yarn start:dev api
yarn start:dev polling-block
yarn start:dev monitor-service
yarn start:dev worker-service
```
Expand Down
5 changes: 4 additions & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$ yarn
```

## Running the app
## Running the only API app

```bash
# development
Expand Down Expand Up @@ -71,6 +71,9 @@ make up-deps
# start api module
yarn start:dev api

# start polling block module
yarn start:dev polling-block

# start monitor service
yarn start:dev monitor-service

Expand Down

0 comments on commit 25a3fe3

Please sign in to comment.