Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 618 Bytes

DEVELOPMENT.md

File metadata and controls

36 lines (24 loc) · 618 Bytes

Developing Bility

Building :bility-core

To push a new version of bility-core to Bintray, run the following:

./gradlew bility-core:bintrayUpload

Building :bility-android

To push a new version of bility-android to Bintray, run the following:

./gradlew bility-android:bintrayUpload

Developing docs

To develop documentation using Docusaurus, use the following command in bility-docs:

yarn install
yarn start

Building Docker images

The Bility backend and frontend can be deployed using Docker.

Building the Backend

make build-backend

Building the Frontend