Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/source/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ It will auto refresh the UI as you make changes to the source files.
The UI needs an API to interact with - the easiest way to do this is to use the
demo app.

If you are developing on a local copy, you will first need to build
distribution files that the backend relies on.

``cd`` into the ``admin_ui`` directory and run the following:

.. code-block:: bash

npm run build

Then start the API:

.. code-block:: bash

admin_demo
Expand Down
Loading