# Silex Dashboard

Here is the source code of Silex dashboard. It is a [Silex](https://www.silex.me) plugin which can be installed to manage websites you will then edit in Silex.

Technically, the dashboard is an [11ty](https://11ty.dev) website with a design made in Silex + [a vue.js app](https://vuejs.org/) which interacts with Silex API

![Silex dashboard screenshot](./assets/silex-dashboard.png)

For discussions and bug report please go to [Silex main project](https://github.com/silexlabs/Silex)

## Contribute

Start Tina CMS

```sh
$ npm run tina:dev
```

In another terminal, start Silex and 11ty

```sh
$ npm start
```

Use these links

* Silex editor: http://localhost:6805
* Silex dashboard: http://localhost:6805/en/
* Silex connectors: http://localhost:6805/en/connectors/
