Skip to content

istudyatuni/app-pulse-bot

Repository files navigation

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