Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
enddynayn committed Oct 22, 2024
1 parent e3e8b33 commit 57d4efa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion developer-docs/graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ Ensure you have the following installed:
docker compose up -d redis frequency graph-service-api graph-service-worker
```

5. Set up with account data:
```bash
make setup-account
```

### Local Development (without containers)

If you prefer to run services locally for development:
Expand All @@ -76,7 +81,7 @@ If you prefer to run services locally for development:
docker compose up -d redis frequency
```

2. Set up the graph with test data:
2. Set up with account data:
```bash
make setup-account
```
Expand Down

0 comments on commit 57d4efa

Please sign in to comment.