1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

fix some startup problems

This commit is contained in:
Fedor Katurov 2025-02-24 19:48:12 +07:00
parent 969103d111
commit 96fea09b3f
3 changed files with 10 additions and 3 deletions

View file

@ -1,12 +1,15 @@
# Vk to Telegram bot
### Configuring
Copy `config.example.yml` to `config.yml` and set it up.
#### Running
`yarn && yarn build && node ./dist/index.js`
Setup environment: `yarn environment`, then run the application: `yarn && yarn build && node ./dist/index.js`
#### Custom arguments
```bash
node ./dist/index.js \
--config ./config-dev.yml