Manage the players credit and debt in a game of Geconomicus.
Go to file
2023-05-13 17:31:41 +02:00
dist updates italian translation 2022-04-10 22:16:33 +02:00
public Changed logo 2021-02-27 11:05:35 +01:00
src adds Art work license 2022-04-14 22:19:28 +02:00
.gitignore adds dist directory to facilitate installations 2021-12-13 12:52:55 +01:00
babel.config.js init 2021-01-11 02:03:10 +01:00
package-lock.json adds dist directory to facilitate installations 2021-12-13 12:52:55 +01:00
package.json updates translations 2022-04-08 12:32:35 +02:00
README.md updates README 2023-05-13 17:31:41 +02:00
vue.config.js Icluded vuex 2021-01-14 21:10:57 +01:00

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.