Skip to content

Česká verze populární logické hry Wordle upravená pro běh na Google Firebase

License

Notifications You must be signed in to change notification settings

tonyno/wordle-czech

 
 

Repository files navigation

Česká verze hry Wordle

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

hadejslova

Implementation instructions

1. Install NodeJs, for example:

brew update
brew install node

2. Install firebase tools:

npm install -g firebase-tools
npm update -g
npm update

3. Then clone the repo and install node packages

git clone ....
cd wordle-czech
npm install

Plus configure the Firebase settings to load new words:

  • copy settingsFirebase.example.ts to settingsFirebase.ts and update to your data

4. Run the dev

npm start

5. Prepare for production deployment, configure the Firebase

This step is optional. Use it only if you deploy the app to Firebase.

firebase login
firebase init

6. Make the build and deploy:

npm run build
firebase deploy

About

Česká verze populární logické hry Wordle upravená pro běh na Google Firebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • Python 3.1%
  • Other 1.7%