This is Wordle Answer Today, a fun and easy way to cheat on Wordle.
First, install the dependancies:
npm install
Then run it with netlify dev:
netlify dev
Open http://localhost:8080 with your browser to see the result.
Chrome won't run on dev, but will run on netlify. To fix it, change the path of chrome executable using .env using this guide