From 58847afe24cd0eac71127457820bc4c1c280943c Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Tue, 19 Nov 2024 18:48:37 +0530 Subject: [PATCH] docs: local setup playwright instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e072af78..a2f2d35a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,16 @@ npm install cd maxun-core npm install +# get back to the root directory +cd .. + +# make sure playwright is properly initialized +npx playwright install +npx playwright install-deps + +# get back to the root directory +cd .. + # start frontend and backend together npm run start ```