Manage the players credit and debt in a game of Geconomicus.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
buttle 479a3e2dec updates README 7 months ago
dist updates italian translation 2 years ago
public Changed logo 3 years ago
src adds Art work license 2 years ago
.gitignore adds dist directory to facilitate installations 2 years ago
README.md updates README 7 months ago
babel.config.js init 3 years ago
package-lock.json adds dist directory to facilitate installations 2 years ago
package.json updates translations 2 years ago
vue.config.js Icluded vuex 3 years ago

README.md

Geconomicus bank

Software to manage the Geconomicus banker's role.

Installation

Copy the /dist directory to your server and point the web server to index.html

Project setup

npm install

Compiles and hot-reloads for development

npm run serve
or
npm run electron:serve

Debian does not open the electron window

sudo sysctl kernel.unprivileged_userns_clone=1

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.