Skip to content

Commit f40a01c

Browse files
Raffaele Marcellocmendible
authored andcommitted
Add instructions for working in the correct directory for frontend and backend
1 parent 2895982 commit f40a01c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

challenges/expensetracker/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ Build an **Expense Tracker** microservice that helps users log daily expenses an
3434
- Focus on current month data to keep calculations simple
3535
- Use mock data initially to test the UI
3636

37+
###
38+
If you are using the Agent mode and notice that the agent is working in the wrong directory, try to add the following line to your prompt:
39+
```markdown
40+
Work in the directory backend. When run terminal remember to change the right directory, for example: `cd challenges/expensetracker/backend && <command>`.
41+
```
42+
Change the directory to `frontend` when working on the frontend part.
43+
3744
## 3. Time Needed
3845

3946
**Estimated Duration: 45-60 minutes**

0 commit comments

Comments
 (0)