Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 589 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 589 Bytes

Telegram bot for checking updates

Supported sources:

Developing

First of all, you should define some variables. Copy .env

cp .env.sample .env

and fill it.

Building for production

cargo b --release --features=prod

# or build with cross
just build-release

Interly

Also take a look at Interly, internalization library with Fluent support. This project translated with Interly.

Development

Enable git hooks:

git config core.hooksPath .githooks