This is a clone of the game 2048 (This is mostly a learning project for tech I'm unfamiliar with).
npm install
For developing, run the below command and load http://localhost:3000 in a browser.
npm run dev
Deploying will deploy to the gh-pages branch.
npm run export
npm run deploy