Skip to main content

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.