eliasgruenewald / JCloisterZone-Client

JCloisterZone client application (UI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JCloisterZone Client

Build Setup

# install dependencies
yarn install

# serve app with hot reload
yarn run dev

# build electron application for production
yarn run package

# lint all JS/Vue component files in `src/`
yarn run lint

Run client against remote engine

Run engine listening to socket. It will be usualy started using Java IDE. Add program args to run configuration

--socket 9000

Add engine's socket address to jcz-config.json

"enginePath": "localhost:9000",

Development notes

electron-userland/electron-builder#1340

How to convert Photoshop path to SVG

https://www.bittbox.com/culture/convert-paths-to-shapes-in-photoshop

With path selected choose "Layers / New fill layer"

About

JCloisterZone client application (UI)

License:GNU Affero General Public License v3.0


Languages

Language:Vue 67.5%Language:JavaScript 29.6%Language:Python 1.6%Language:SCSS 1.1%Language:Shell 0.1%Language:Sass 0.1%