updated readme

This commit is contained in:
2025-06-30 19:38:49 +05:30
parent 23967ea15d
commit f8e2fdca2d

View File

@@ -39,20 +39,12 @@ npm run dev
```
5. Or if want to run specfic app (either Backend or Frontend).
5. Now you need to run the selnium service as well.
```sh
cd apps/Backend
npm run dev
cd apps/SeleniumService
python3 agent.py
```
or
```sh
cd apps/Frontend
npm run dev
```
## This in a Turborepo. What's inside?