Aplikace běží na: https://hadejslova.cz/
Zdrojové kódy jsou v tomto repu. Jde o rozšířený kód z https://github.com/hannahcode/Wordle
Případné chyby hlašte do https://github.com/tonyno/wordle/issues
brew update
brew install node
npm install -g firebase-tools
npm update -g
npm update
git clone ....
cd wordle-czech
npm install
Plus configure the Firebase settings to load new words:
- copy
settingsFirebase.example.ts
tosettingsFirebase.ts
and update to your data
npm start
This step is optional. Use it only if you deploy the app to Firebase.
firebase login
firebase init
npm run build
firebase deploy