Skip to content
Snippets Groups Projects
Commit b374887d authored by Alice Poggioli's avatar Alice Poggioli
Browse files

update

parent 23f448ce
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ With the Front
To start, simply import the core in your head tag of a simple html file :
.. code:: html
.. code-block:: html
<!-- ... Import the core ... -->
<script type="module" src="https://unpkg.com/@startinblox/core"></script>
</head>
......@@ -28,13 +29,13 @@ Since our frontend framework reads RDF, we adapted a Django server to handle lin
2. Install ``sib-manager`` that allow you to use the sib command.
.. code-block:: python
.. code-block:: bash
python -m pip install -U sib-manager
3. Create your server structure
.. code-block:: python
.. code-block:: bash
sib startproject sibserver
cd sibserver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment