docs: local setup playwright instructions
This commit is contained in:
10
README.md
10
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user