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?