diff --git a/docs/source/contribute.rst b/docs/source/contribute.rst index 01f7208..1f921e4 100644 --- a/docs/source/contribute.rst +++ b/docs/source/contribute.rst @@ -28,6 +28,12 @@ Install the dependencies using ``npm``: $ npm install +Build the app locally: + +.. code-block:: bash + + $ grunt build + Start a live-reload process, the local application will be updated when you save your changes: .. code-block:: bash