1. About
2. Usage
2.1. Requirements
2.2. Installation
4. Contributing
6. License
7. Community
Beagle is an open source framework for cross-platform development using the concept of Server-Driven UI.
This framework allow teams to build and alter layouts and data directly through a backend but yet displaying its contents natively in a mobile application and / or through web.
It is also possible to create, test and update native application components and screen paths without the need update the mobile application at the store (App Store or Play Store).
- Android 4.4 (API 19) or newer.
- You may use Windows, macOS, or Linux as your development operating system.
Follow the Getting Started guide. You can find short guides to install Beagle according to your project:
You can find Beagle's documentation on our website.
Beagle's documentation discusses components, APIs, and topics that are specific to Beagle documentation.
If you want to contribute to this module, access our Contributing Guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes to Beagle.
This is a security layer for the project and for the developers. It is mandatory.
Follow one of these two methods to add DCO to your commits:
1. Command line Follow the steps: Step 1: Configure your local git environment adding the same name and e-mail configured at your GitHub account. It helps to sign commits manually during reviews and suggestions.
git config --global user.name “Name”
git config --global user.email “[email protected]”
Step 2: Add the Signed-off-by line with the '-s'
flag in the git commit command:
$ git commit -s -m "This is my commit message"
2. GitHub website You can also manually sign your commits during GitHub reviews and suggestions, follow the steps below:
Step 1: When the commit changes box opens, manually type or paste your signature in the comment box, see the example:
Signed-off-by: Name < e-mail address >
For this method, your name and e-mail must be the same registered to your GitHub account.
Please read the code of conduct.
Do you have any question about Beagle? Let's chat in our forum.