Skip to content

hobgoblina/colordle

 
 

Repository files navigation

Colordle

A colorful spin on the popular word guessing game. Made with React, Typescript, and Tailwind CSS.

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

cd colordle
npm install
npm run start

To build/run docker container:

Development

docker build -t game:dev .
docker run -d -p 3000:3000 game:dev

Open http://localhost:3000 in browser.

Production

docker build --target=prod -t game:prod .
docker run -d -p 80:80 game:prod

Open http://localhost in browser.

About

A colorful spin on the popular word guessing game

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.8%
  • CSS 7.8%
  • HTML 3.2%
  • Other 1.2%