-
Notifications
You must be signed in to change notification settings - Fork 84
How to Debug an Open Source BuildFire Plugin
o5faruk edited this page May 2, 2021
·
4 revisions
This sdk documentation is deprecated and will not be updated. Check out our new docs at https://sdk.buildfire.com/docs/how-to-debug-an-open-source-plugin/
BuildFire is a mobile app building platform that allows developers through HTML, JS and CSS to create plugins for the platform to extend mobile app functionality. learn more at https://buildfire.com
- NodeJS - download
- npm
- git
- knowledge on how to create a pull-request on github
- BuildFire SDK
npm i buildfireyou may need to be admin or super user depending on your environment - Init SDK
buildfire initthis will install the SDK in a folder calledBuildFireSDK - Navigate to folder
cd BuildFireSDK - Clone plugin
buildfire plugin clone <plugin name>
buildfire plugin clone folderPlugin from the repo https://github.com/BuildFire/folderPlugin
- Run tester
buildfire runthis will run a web server onhttp://localhost:3030 - in the Plugin input box enter in the name of your plugin. example: 'folderPlugin' depending on your OS this could be case sensitive
- the Control: is the right hand side of the plugin meant to live in the BuildFire control panel/dashboard
- the Widget: is the left hand side of the plugin meant to live in the mobile app to learn more click here
- After fixing the issue navigate to the folder with the plugin. example
cd BuildFireSDK/plugins/folderPlugin - submit
pull-requeston github https://help.github.com/articles/creating-a-pull-request/
- BuildFire SDK https://github.com/BuildFire/sdk/wiki
- BuildFire open source plugins https://github.com/BuildFire?q=plugin