Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.61 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.61 KB

Stuja bot
Bot image

Bot for the Telegram group of Computer Engineering.

Installation ⚒️

  1. Clone the project git clone https://github.com/Stuja/stuja-bot.git

  2. Change directory cd stuja-bot

  3. Install packages npm install

  4. Create a file called .env and copy the information from env.example

  5. Complete .env with your secret information, like your TELEGRAM_TOKEN

  6. Run the project npm start

    If you are in development mode:

    npm run dev

Interesting lectures 📚

Contributing

We would be really happy if you decide to contribute. Please read our CONTRIBUTING.md guide before 😊