Supported sources:
First of all, you should define some variables. Copy .env
cp .env.sample .env
and fill it.
cargo b --release --features=prod
# or build with cross
just build-release
Also take a look at Interly, internalization library with Fluent support. This project translated with Interly.
Enable git hooks:
git config core.hooksPath .githooks