Built with Next.js (typescript)
Demo Can be found here
Nordle contains four required Environment Variable
WORDLE_WORD - The word needs to be solved.
WORDLE_RETRIES - The amount of retries a visitor can have.
WORDLE_KEY - The encrypted key the win the prizes.
WORDLE_DICTIONARY - true / false (should we check valid words against the dictionary).
You can start it by using
WORDLE_KEY=dsfkljfkl324 WORDLE_RETRIES=1 WORDLE_DICTIONARY=true WORDLE_WORD=notifire npm run dev
OR
WORDLE_KEY=dsfkljfkl324 WORDLE_RETRIES=10 WORDLE_DICTIONARY=false WORDLE_WORD=notifire npm run start