# remove-keyboard-bot ## Run bot 1) install NodeJS 2) clone this repo: `git clone https://git.zeldon.ru/zeldon/remove-keyboard-bot.git` 3) cd to dir with bot 4) write `npm i` 5) cp env: `cp .env.example .env` 6) edit `.env` (add token) 7) start in dev mode: `npm run dev` and prod: `npm run build && node dist/index.js`