Getting started

Setting everything up

  1. Clone the Sedenion repository here.
git clone https://github.com/SedenionCas/Sedenion.git
  1. Clone the example-plugin repository here.
git clone https://github.com/SedenionCas/example-plugin.git
  1. Load the plugin into Sedenion

package.json

{
   ...
   "dependencies": {
      ...
      "plugin-name": "file:<path to plugin>"
   },
   ...
}

This is a temporary solution. Plugins will be loaded from the Sedenion plugin registry.