Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 436 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 436 Bytes

Motion 2048

Play it here: https://floriferous.github.io/motion2048/

Installation

  • clone directory
  • run yarn install
  • run yarn start

Testing

Run yarn test

## For my future self ##

To deploy a new version of this app:

  • commit all changes to the master branch
  • run yarn version and set the new version
  • (push the version change commit to github)
  • run yarn deploy to deploy the app to github pages