docs(CONTRIBUTING): link setup guide
This commit is contained in:
parent
6711d41fb7
commit
a74c87af3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue