Skip to content

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/

⚠️⚠️⚠️

  1. Create an account at http://dev.buildfire.com

  2. Set up the Buildfire CLI. Detailed instructions can be found on this medium article

  3. 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.
Clone this wiki locally