Skip to content
Open
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
10 changes: 10 additions & 0 deletions src/app-designer-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ To open Application Designer, navigate to the location of your unzipped folder i

$ grunt

If you downloaded the App Designer as a zip file, it includes all the necessary npm packages, so grunt will work immediately.

However, if you cloned the repository using Git, you need to install the npm packages manually by running:

.. code-block:: console

$ npm install



This command runs the script contained in :file:`Gruntfile.js`, so be sure it is in the current directory.

.. admonition:: Windows Users Tip
Expand Down