Getting started
Setting everything up
- Clone the Sedenion repository here.
git clone https://github.com/SedenionCas/Sedenion.git
- Clone the example-plugin repository here.
git clone https://github.com/SedenionCas/example-plugin.git
- 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.