Skip to content
forked from thesam73/wordle

๐Ÿ A Wordle clone using words from Will Wood lyrics. Made with React, Typescript, and Tailwind.

License

Notifications You must be signed in to change notification settings

lumamoto/wwwordle

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Will Wood Wordle ๐Ÿ€

Will Wood Wordle (a.k.a. WWWordle) is a fork from this Wordle clone.

  • Built with React, Typescript, and Tailwind.
  • Originally hosted with Linode, now with Netlify.

Play it here!

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd wwwordle
$> npm install
$> npm run start

To build/run docker container:

Development

$> docker build -t reactle:dev -f docker/Dockerfile .
$> docker run -d -p 3000:3000 --name reactle-dev reactle:dev

Open http://localhost:3000 in browser.

Production

$> docker build --target=prod -t reactle:prod -f docker/Dockerfile .
$> docker run -d -p 80:8080  --name reactle-prod reactle:prod

To stop and remove prod container:

$> docker stop reactle-prod
$> docker rm reactle-prod

About

๐Ÿ A Wordle clone using words from Will Wood lyrics. Made with React, Typescript, and Tailwind.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • TypeScript 94.0%
  • CSS 2.0%
  • Python 2.0%
  • HTML 1.2%
  • Shell 0.4%
  • Dockerfile 0.3%
  • JavaScript 0.1%