-
Notifications
You must be signed in to change notification settings - Fork 13
Dev Instructions
chungchunwang edited this page May 12, 2023
·
1 revision
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