# Vk to Telegram bot ### Configuring Copy `config.example.yml` to `config.yml` and set it up. #### Running `yarn && yarn build && node ./dist/index.js` #### Custom arguments ```bash node ./dist/index.js \ --config ./config-dev.yml ```