Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 738 Bytes

File metadata and controls

17 lines (9 loc) · 738 Bytes

Gribbles

A jumbled word search game. Can you find all of the words that the computer finds?

Play here!

Screenshot of the gribbles game

Development

To build, run npm run build.

To run locally with live reloading and no service worker, run npm run dev. (If a service worker was previously registered, you can unregister it in chrome developer tools: Application > Service workers > Unregister.)

To run locally and register the service worker, run npm start.

To deploy, push to main or manually trigger the .github/workflows/deploy.yml workflow.