Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 495 Bytes

A Very Specific Wordle

  • Go play the real Wordle here
  • Read the story behind it here
  • Try a demo of Hannah's original clone project here

Inspiration: This is for Hal :) Happy Birthday!

To Run Locally: Clone the repository and perform the following command line actions:

$ cd wordle
$ npm install
$ npm run start