Not sure how it is with docker, but for regular use I'd really add a few key points (might be too obvious, but not for everyone):
before the last step you should insert a few steps (actually it would be amazing to add also the revision of .env, and outstanding to provide references to install the standard dependencies)
Hello,
Not sure how it is with docker, but for regular use I'd really add a few key points (might be too obvious, but not for everyone): before the last step you should insert a few steps (actually it would be amazing to add also the revision of .env, and outstanding to provide references to install the standard dependencies)
get back to the root directory
cd ..
make sure playwright is properly initialized
npx playwright install npx playwright install-deps
# start frontend and backend together npm run start