From f8e2fdca2d1c1f567997e01223005279f1990261 Mon Sep 17 00:00:00 2001 From: Potenz Date: Mon, 30 Jun 2025 19:38:49 +0530 Subject: [PATCH] updated readme --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3d85e99..c647707 100644 --- a/README.md +++ b/README.md @@ -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?