Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.02 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.02 KB

Č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