getmaxun / maxun

🔥 Open-source no-code web data extraction platform. Turn websites to APIs and spreadsheets with no-code robots in minutes! [In Beta]
GNU Affero General Public License v3.0
4.64k stars 325 forks source link

Documentation deficiency #182

Open shungabubus opened 5 hours ago

shungabubus commented 5 hours ago

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

amhsirak commented 4 hours ago

@shungabubus no one has had issues with figuring out where to put .env (we also have added a sample .env file)

For the playwright drivers installation, it would be great if you could open a PR 😄