When built and served, will allow people to play Othello over the internet.
Developed as a part of the Code Chrysalis Immersive Bootcamp Curriculum. The initial version was created as a part of a solo 2-day MVP project, May 13-15, 2019.
The board in v1.0.
Built with
yarn install
Currently, no automated tests exist for Eibar.
Install dependencies:
yarn install
Vue hot-reloading:
yarn serve
To build latest application:
yarn build
To start Express server
yarn start
To start hotloading Express server (nodemon)
yarn devserv
To build latest application and start express server:
yarn restart
Feel free to open issues in the repository.
For pull requests, please create a new branch from the testing branch, and submit your pull requests to testing.
Thanks to Code Chrysalis for inspiring us every day to be better developers!
