Simple app that finds 5 letter words given the good letters, bad letters, and letter positions.
pnpm installDownload the english words file from https://github.com/dwyl/english-words
npm run words:downloadFilter words that are not 5 letters and contains non-letter characters
npm run words:filterStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run preview