Simple app that finds 5 letter words given the good letters, bad letters, and letter positions.
pnpm install
Download the english words file from https://github.com/dwyl/english-words
npm run words:download
Filter words that are not 5 letters and contains non-letter characters
npm run words:filter
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview