This is the controller for the Guild Elections graphics package https://github.com/GuildTV/elections-gfx
You can configure the application by copying .env.example to .env and modifying the contents
-
yarn install -
run mysql server
-
copy
sequelize.json.exampletosequelize.jsonand setup details for mysql access -
yarn migrateto run migrations to setup the database
To build for production:
yarn distyarn startto launch it
To run in dev mode
yarn devfor backendyarn dev:webuifor webui