Update Home authored by Alice Poggioli's avatar Alice Poggioli
......@@ -22,11 +22,21 @@ Starin'blox is a front-end framework composed of [web components](https://en.wik
### Our approach
Startin'blox technology is aimed at enabling **anyone with little development skills** to create their own web application easily and quicly respecting both the [web components standards](https://developer.mozilla.org/fr/docs/Web/Web_Components) and the [Linked Data Platform convention](https://en.wikipedia.org/wiki/Linked_Data_Platform).
### How to use
### How to use the front
You have two way of using Startin'blox. Choose the one adapted to your needs :
* [Using a component alone in an existing application](https://git.startinblox.com/documentation/doc/wikis/Use-a-component-alone-in-a-existing-application)
* [Build a application from scratch with Startin'Blox framework](https://git.startinblox.com/documentation/doc/wikis/Build-a-sib-application-from-scratch)
### How to manage a back
Startin'blox team has developed a solution to manage the back and creating data sources.
We've took [Django technology](https://www.djangoproject.com/) and we've adapt it to deliver datas according to the [Linked Data Platform convention](https://en.wikipedia.org/wiki/Linked_Data_Platform).
Our solution est DjangoLDP. But other solution could exist.
Please refer to [the Sib server documentation](https://git.startinblox.com/documentation/doc/wikis/devops/home) if you want to set up a back-end.
## Get involved !
......
......