Skip to content

rajendraarora16/hindi-wordle

Repository files navigation

हिंदी शब्द खेल (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.