Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 832 Bytes

shogiwebroom

A synchronized Shogi board on Web.

リアルタイムで同期する将棋盤を複数人が自由に操作できるWebアプリ。 自由対局や感想戦、研究会などに。

  • ドラッグ&ドロップ対応。
  • スマートフォン、タブレット対応(レスポンシブ)。
  • SFEN形式(USI)入出力対応。

shogiwebroom-20200511085018

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm build
$ npm run start

For detailed explanation on how things work, check out Nuxt.js docs.

License

MIT License. See LICENSE for details.