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