GitXplorerGitXplorer
r

hindi-wordle

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
00bdf4f13fb7b9ada4b4a42e108986460b79688e

adding latest timestamp

rrajendraarora16 committed 2 years ago
Verified
28c681bc907c0a29d21b0d2ea46ed59dd7c02b7a

updated epoch time

rrajendraarora16 committed 3 years ago
Verified
cb1efae1b8b9e577ce1389af2d1780dffc6b4983

added wrod

rrajendraarora16 committed 3 years ago
Verified
4f8f4c94295c640f31901d615494e615861e70a4

added SEO conf

rrajendraarora16 committed 3 years ago
Verified
9914c234be727d5639646d133a165e977e53f56f

Merge pull request #5 from rajendraarora16/feature/fix-share

rrajendraarora16 committed 3 years ago
Verified
3e42967c6012187d1700037c0c19ad1dc25411d4

fix share stats

rrajendraarora16 committed 3 years ago

README

The README file for this repository.

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