Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendargelos/shogi-vue
A shogi game in VueJS (wip)
https://github.com/juliendargelos/shogi-vue
Last synced: 4 days ago
JSON representation
A shogi game in VueJS (wip)
- Host: GitHub
- URL: https://github.com/juliendargelos/shogi-vue
- Owner: juliendargelos
- Created: 2018-08-08T16:45:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T15:36:14.000Z (over 6 years ago)
- Last Synced: 2024-11-11T05:39:04.737Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shogi
[![Maintainability](https://api.codeclimate.com/v1/badges/be07d587dbc2f8f75aff/maintainability)](https://codeclimate.com/github/juliendargelos/shogi/maintainability)
[shogi.netlify.com](https://shogi.netlify.com)
A shogi game in VueJS (wip)
## Install
### Clone the repository
```shell
git clone [email protected]:juliendargelos/shogi.git
cd shogi
```### Check your Ruby version
```shell
ruby -v
```The ouput should start with something like `ruby 2.5.1`
If not, install the right ruby version using [rbenv](https://github.com/rbenv/rbenv) (it could take a while):
```shell
rbenv install 2.5.1
```### Install dependencies
Using [Bundler](https://github.com/bundler/bundler) and [Yarn](https://github.com/yarnpkg/yarn):
```shell
bundle && yarn
```## Serve
```shell
middleman
```## Build
```shell
middleman build
```## Deploy
```shell
middleman deploy
```