docs(CONTRIBUTING): link setup guide

This commit is contained in:
Nico Rehwaldt 2017-10-04 09:30:18 +02:00
parent 6711d41fb7
commit a74c87af3f
1 changed files with 14 additions and 10 deletions

View File

@ -57,6 +57,7 @@ Learn how to setup the project locally, make changes and contribute bug fixes an
The project development runs on top of the [diagram-js](https://github.com/bpmn-io/diagram-js) master branch. The following code snippet sets up both libraries linking diagram-js to bpmn-js.
```plain
mkdir bpmn.io
cd bpmn.io
@ -71,6 +72,9 @@ The project development runs on top of the [diagram-js](https://github.com/bpmn-
// Running the test suite with every file change
TEST_BROWSERS=(Chrome|Firefox|IE) npm run dev
```
For details consult our in depth [setup guide](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.md).
### Discussing Code Changes