Sample Speckle Frontend Plugin

This is just an example of how you can register a speckle frontend plugin. Its manifest file looks something like this:

{
  "name": "Sample Plugin",
  "version":"",
  "desc": "This plugin tests plugins",
  "serveFrom": "/sample-plugin",
  "author": "DAS",
  "contact":"test@dimitrie.org",
  "homepage":"https://dimitrie.org"
}

This file (`speckle-plugin-manifest.json`) is picked up by the server which then serves the plugin statically from the location specified.

Thanks for watching 👋 Speckle!