The Executioner is a simple web user interface to navigate into a Guillotina server, providing full CRUD features on any Guillotina content.
It can ba accessed on any Guillotina install at http://locahost:8080/+admin/.
Install:
npm install -g mr-developer
npm install
mrdeveloper
Run: (make sure to have a Guillotina server running on http://localhost:8080)
npm start
and then open http://localhost:4200
Build:
npm run build_prod
npm install cypress
npm install cypress-xpath
npm install cypress-cucumber-preprocessor
npm run ci:cypress:run:guillotina