docs: local setup playwright instructions

This commit is contained in:
Karishma Shukla
2024-11-19 18:48:37 +05:30
committed by GitHub
parent 560f068354
commit 58847afe24

View File

@@ -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
```