Screw-Up - https://screwup.herokuapp.com
A web based game using spacebar and the arrow keys
Project is managed using pivotal tracker management tool. You can view the board with the link below:
https://www.pivotaltracker.com/n/projects/2234549
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
Screw-Up is open source and contributions are highly welcomed.
If you are interested in contributing, follow the instructions below.
-
Fork the repository
-
Create a new branch
-
Make your changes and commit them
-
Provide a detailed commit description
-
Raise a pull request against Develop
Ensure your codes follow the
AirBnB Javascript Styles Guide
See project wiki for commit message, pull request and branch naming conventions.
All Pull requests must be made against Develop branch. PRs against master would be rejected.
© Stephen Aribaba
Licensed under the MIT License.