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