Clone the repository via command line:
$ git clone https://github.com/codex-team/workflowRename config.yml.example to config.yml and set required parameters for application.
Then run with following command.
$ docker-compose upGet required dependencies by the following command.
$ yarn installRun the app
$ yarn start