Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 603 Bytes

Wordle in Elm

This is just a (exact) clone I'm making for fun.
You can play the original one here.

Why am I doing this?

Recently I've been trying to improve my front-end skills due to my job position. So, I thought it would be a great challenge to try to replicate this game in Elm and pure-CSS.

Run locally

You must have yarn installed and then run at project root the following command

$ yarn dev

It will open a server at https://localhost:8000