Reversi board game implemented with Vue.js 2 and Vuex (using Vue CLI 3).
yarn
Installs this project dependencies in the node_modules/
directory.
yarn serve
Spawns a development server on http://localhost:8080/. See Contributing Guide for more details.
Each commit is automatically tested on Travis CI, which runs:
Pull Request previews are provided by Netlify.
Each successful build on the master
branch is automatically deployed by Travis CI on
deploy
branch first. Then, Netlify automatically deploys the new code from deploy
.
Note:
GITHUB_TOKEN
environment variable must be set in Travis CI project.
Thank you so much for your hard work!