Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 896 Bytes

README.md

File metadata and controls

64 lines (46 loc) · 896 Bytes

CodeX workflow For Telegram Bot Messages

Clone

Clone the repository via command line:

$ git clone https://github.com/codex-team/workflow

Set Environment Variables

Rename config.yml.example to config.yml and set required parameters for application. Then run with following command.

Run

Docker

$ docker-compose up

Node.js and Yarn

Get required dependencies by the following command.

$ yarn install

Run the app

$ yarn start