Murdle was adapted from word-guessing-game using React, Typescript, and Tailwind.
Clone the repository and perform the following command line actions:
$ cd murdle
$ yarn && yarn start
To build/run docker container:
$ docker build -t game .
$ docker run -d -p 3000:3000 game