Getting Started **************** With the Front ============== To start, simply import the core in your head tag of a simple html file : .. code-block:: html <!-- ... Import the core ... --> <script type="module" src="https://unpkg.com/@startinblox/core"></script> </head> It enables you to use Startin’blox technology and all the main components from the core of the framework. Jump to the `demonstration <https://docs.startinblox.com/import_documentation/sib-demo.html#demonstration >`__ to go forward ! With the back ============= Since our frontend framework reads RDF, we adapted a Django server to handle linked datas, which gave birth to DjangoLDP. .. warning:: if you using Windows, you may get some trouble. Please help us to improve reporting your problem on `this issue <https://git.startinblox.com/documentation/doc/issues/11/>`__ 1. Make sure you have the latest version of python 3.6.8 installed. 2. Install ``sib-manager`` that allow you to use the sib command. .. code-block:: bash python -m pip install -U sib-manager 3. Create your server structure .. code-block:: bash sib startproject sibserver cd sibserver sib install server That's it. You're almost ready to start :) Jump to the `demonstration <https://docs.startinblox.com/import_documentation/sib-demo.html#demonstration >`__ to go forward ! Glossary ============= To be sure to speak the same language throughout the documentation, you’ll find any tricky vocabulary on this graphic glossary. .. figure:: ../_static/images/import_documentation/uploads/93e59fc5d2a1a8e2b1a87ec6428c9ca5/Glossaire-doc_1.jpg :alt: Glossaire-doc_1 Glossaire-doc_1 Something is missing ? ====================== `Let's us know <https://mailto:alice@startinblox.com/>`__ !