# Getting started

## Setting everything up

1. Clone the Sedenion repository [here](https://github.com/SedenionCas/Sedenion).

```bash
git clone https://github.com/SedenionCas/Sedenion.git
```

2. Clone the example-plugin repository [here](https://github.com/SedenionCas/example-plugin).

```bash
git clone https://github.com/SedenionCas/example-plugin.git
```

3. Load the plugin into Sedenion

_package.json_

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

<Info>
    This is a temporary solution. Plugins will be loaded from the Sedenion
    plugin registry.
</Info>
