Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 228 Bytes

Wordle Clone

Clone of the now viral Wordle game

Live here

To run locally

  • npm install
  • npm start

To build

  • npm run build