All Collections
Developer Tutorials and Resources
Setting up your environment to create a BuildFire Plugin
Setting up your environment to create a BuildFire Plugin
Mark Wyatt avatar
Written by Mark Wyatt
Updated over a week ago

You can setup your environment by following these steps:

1) Register on the BuildFire Platform.***

2) Download the SDK on Github.***

3) Open it in your Software Development Environment.

4) You should see a folder hierarchy similar to this:

5) Run the index.html in the main folder in localhost.

6) Choose the “Test Plugin” button.

7) You will be brought to the Plugin Tester section of the SDK with myPlugin as the default plugin.

8) You can now start editing code.

Checkout our video on Creating your First Plugin

Did this answer your question?