Y4S2 Gesture-Based UI Development Project.
A Tetris-clone playable using hand gestures. Built with Vue.js and Fingerpose.
First, please make sure you have Node.js installed on your system.
You should then run the following command to install the project's dependencies.
$ npm install
$ npm run serve
You should then be able to view the application in your browser at http://localhost:8080.
$ npm run build
$ npm run lint
The app is deployed to Heroku at this link. You can push to your own Heroku server by first installing the Heroku CLI and then running the following commands:
$ heroku login -i
$ heroku create
$ heroku buildpacks:add heroku/nodejs
$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-static
$ git push heroku main