Skip to content

Dev Instructions

chungchunwang edited this page May 12, 2023 · 1 revision

Dev Instructions

The best place to go is Budibase's docs. This project was setup using its plugin setup CLI. View here for Budibase's documentation on plugins.

To build your new plugin run the following in your Budibase CLI:

budi plugins --build

You can also re-build everytime you make a change to your plugin with the command:

budi plugins --watch
Clone this wiki locally