To push a new version of bility-core to Bintray, run the following:
./gradlew bility-core:bintrayUpload
To push a new version of bility-android to Bintray, run the following:
./gradlew bility-android:bintrayUpload
To develop documentation using Docusaurus, use the following command in bility-docs
:
yarn install
yarn start
The Bility backend and frontend can be deployed using Docker.
make build-backend