Skip to content

Commit

Permalink
add debugging tips to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
renashen314 committed Feb 22, 2025
1 parent 4582fae commit 38b1643
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,18 @@ docker compose --build up
To clear the database
```bash
rm -rf ./volumes
```
```

## Debugging Tips
If the app is not loading porperly on your machine, try clear the cache and restart.

To rebuild the backend:
```bash
make
```
To rebuild the frontend, if NextJS is giving errors:
```bash
cd frontend/
rm -rf .next
make
```

0 comments on commit 38b1643

Please sign in to comment.