Skip to content

Commit

Permalink
Mention development environment prerequisites in DG (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
le0tan authored and yamgent committed Jan 15, 2020
1 parent 0e984c6 commit 146bbb4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/devGuide/devGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,23 @@ You can find more information at the [VueStrap repo](https://github.com/MarkBind

## Development Process

### Prerequisite

MarkBind requires the following dependencies:

* Node.js (LTS or higher) [with npm version of 6.12.1 or higher]
* Java 8 or later (required to run the PlantUML JAR executable)
* Graphviz v2.38 or later (required to generate PlantUML diagrams)

Before cloning MarkBind's repo, run

* `node --version` for Node.js
* `npm --version` for NPM
* `java --version` for Java
* `dot -V` for Graphviz

to make sure that you have all necessary dependencies installed and accessible in the path variable.

### Development

1. Fork and clone the MarkBind repo.
Expand Down

0 comments on commit 146bbb4

Please sign in to comment.