Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 560 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 560 Bytes

हिंदी शब्द खेल (Hindi Wordle)

Inspired from the cloned repo The original game wordle english

To Run Locally: Clone the repository and perform the following command line actions:

$ cd wordle
$ npm install
$ npm run start

To build/run docker container:

$ docker build -t notwordle .
$ docker run -d -p 3000:3000 notwordle

open http://localhost:3000 in browser.