self-widgets

Installation

  • Get a clean environment file: cp app-web/.env.example app-web/.env
  • Edit app-web/.env
  • Install NPM packages for scripts directory: cd scripts && npm i

Devving

Run tests

  • Run scripts/testServices.sh
  • Run cd app-web && npm run test or run a test in a .spec.js file from PHPStorm / Visual Studio or use Jenkins