Inspired by https://www.powerlanguage.co.uk/wordle/
Live at https://quizzical-hoover-88bd96.netlify.app/
Requires npm.
Run dev-server with: npm start
Pull requests very welcome ^_^
Integration-style tests are implemented using Cypress and can be run with: npm test
.
If you are already running the development webserver, you can run just the Cypress tests against that using npm run cy:run
.
To run the tests interactively, use npm run cy:open
.