docs(contribute): update the documentation about local build

pull/12/head
Anthony Lapenna 2017-01-05 21:42:25 +13:00
parent da739e6742
commit 690ffc498c
1 changed files with 6 additions and 0 deletions

View File

@ -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