Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 372 Bytes

💀 Murdle

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