The application consists of two parts: core and interface.
In simple words core it's "backend" of application and interface - "frontend"
Interface of application made on Vuejs. Componered files stores in interface/dist
Important! To use this application in development mode, you must have installed npm and nodejs.
After cloning you need install dependencies:
npm installAfter installing you can run application:
npm startThis command will componere frontend and launch the application.
If you already have componered frontend you can just run the application:
npm run nowIf you need componere frontend withoud launching application:
npm run vue-builderThis command will watch for files and update componered files, when source code changing
If you need componere interface source just once:
npm run vue-builder-onceThe application can be builder for: Linux, MacOS (OSX), Windows You can run these commands for each OS
npm run linux-builder
npm run macos-builder
npm run windows-builderIMPORTANT Application for MacOS can be builder only on MacOS!
IMPORTANT Build for mac os is not tested so not supports at the moment.
Support will be added in one of the following minor versions.
To build application for Windows on Linux you must have installed wine of 2.0 version or later
by Turar