amercier / reversi-vue

Reversi board game app implemented using Vue.js + Vuex
https://reversi.amercier.com/
ISC License
1 stars 0 forks source link

Reversi

Reversi board game implemented with Vue.js 2 and Vuex (using Vue CLI 3).

Reversi

Build Status Test Coverage Go to demo Greenkeeper Dependency Status devDependency Status

Getting started

1. Install dependencies

Prerequisites: you need to have, NodeJS and npm installed.

yarn

Installs this project dependencies in the node_modules/ directory.

2. Start a development server

yarn serve

Spawns a development server on http://localhost:8080/. See Contributing Guide for more details.

Continuous Integration

Each commit is automatically tested on Travis CI, which runs:

Pull Request previews are provided by Netlify.

Continuous Delivery

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.

Custom deployment

Deploy to Netlify

License

License

Credits

Thank you so much for your hard work!