Buildly React Template is a React Native application that implements the core features of the UI core, pre-configure to connect to Buildly Core.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The web application was tested and built with the following versions:
- node v16.13.0
- yarn v1.22.17
First of all, you need to have a Buildly Core instance up and running locally. Further detail about how to deploy Buildly Core locally, check its documentation.
To install the application you need to download and install its dependencies, so you have to navigate to the project folder and run the following command:
$ yarn install
Next, install the pods for iOS.
$ cd ios && pod install && cd ..
Now, start metro.
$ yarn run start
In a separate window, build the app.
For iOS, use:
$ yarn run ios
For Android, use:
$ yarn run android
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Buildly - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the GPL v3 License - see the LICENSE file for details