Skip to content

Commit ccabcca

Browse files
Merge pull request #3175 from ajthinking/patch-1
Add dev install section in contributing.md
2 parents 259abb0 + 6b5c051 commit ccabcca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ So you want to help? That's great!
66

77
Here are a few things to know to get you started on the right path.
88

9+
## Development Installation
10+
```bash
11+
git clone git@github.com:mermaid-js/mermaid.git
12+
cd mermaid
13+
yarn
14+
yarn test
15+
```
16+
917
## Committing code
1018

1119
We make all changes via pull requests. As we have many pull requests from developers new to mermaid, the current approach is to have *knsv, Knut Sveidqvist* as a main reviewer of changes and merging pull requests. More precisely like this:

0 commit comments

Comments
 (0)