Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 350 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 350 Bytes

precision-click-game

Small game developed as a demonstration of Fitt’s Law for 24 jours de web.

Updated for this article on Learning XState.

Get started

npm install
npm run dev

Building and running in production mode

npm run build
npm run start