-
Notifications
You must be signed in to change notification settings - Fork 85
How to test your Plugin locally
o5faruk edited this page May 2, 2021
·
10 revisions
This sdk documentation is deprecated and will not be updated. Check out our new docs at https://sdk.buildfire.com/docs/how-to-test-your-plugin-locally/
-
Create an account at http://dev.buildfire.com
-
Set up the Buildfire CLI. Detailed instructions can be found on this medium article
-
Make sure when using the plugin tester, you run your local environment as static web server and not from your file system by using
buildfire run
. Most IDE's should work (WebStorm, Eclipse, Brackets, Visual Studio, ...etc)
- If you don't run it from a local server, your plugin won't run.