Play Wordle without limits on Notwordle.
With multiplayer functionality
play my version on netlify or on heroku (slower)
or run locally with node:
npm i
npm run build
npm run server
and both the server and webpage are served from localhost:3001
or for development:
npm i
npm run dev
npm run server
and go to localhost:3000