Skip to content

Commit

Permalink
Merge branch 'windowsinstallnotes'
Browse files Browse the repository at this point in the history
  • Loading branch information
eykamp committed Sep 20, 2017
2 parents 675a582 + 33f9795 commit 37163a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user-guide/contribution/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Now you can clone source code of the forked project.

**NOTE:** We will refer later to the folder where you have cloned repository as **${TB_WORK_DIR}**.

If are building on Windows for the first time, you may need to run these commands to ensure the required npm dependencies are available:
```bat
npm install -g cross-env
npm install -g webpack
```

Before importing the project into the *IDE* please build it using **Maven** tool from the root folder:

```bash
Expand Down

0 comments on commit 37163a6

Please sign in to comment.