Skip to content

Commit 0a36afc

Browse files
Skelmisdantownsend
andauthored
Update contributing documentation for local backends (#433)
* Update contributing documentation for local backends * tweak --------- Co-authored-by: Daniel Townsend <[email protected]>
1 parent d0e5fd3 commit 0a36afc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/contributing/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ It will auto refresh the UI as you make changes to the source files.
2323
The UI needs an API to interact with - the easiest way to do this is to use the
2424
demo app.
2525

26+
If you are developing on a local copy, you will first need to build
27+
distribution files that the backend relies on.
28+
29+
``cd`` into the ``admin_ui`` directory and run the following:
30+
31+
.. code-block:: bash
32+
33+
npm run build
34+
35+
Then start the API:
36+
2637
.. code-block:: bash
2738
2839
admin_demo

0 commit comments

Comments
 (0)