Skip to content

Commit 7a1be6a

Browse files
author
Alexander Witek
committed
added how-to-start-use to the documentation
1 parent c3f2ca6 commit 7a1be6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

documentation/documentation.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ in contributing to USE. Either by developing use itself or by building plugins.
66
It was startet in 2022 and is a growing documentation. Any pull request for USE should
77
also change this technical documentation, to foster the growing.
88

9+
## Starting USE from IntelliJ IDEA
10+
11+
### Maven Compile
12+
On the right side of the IDE there is a Maven button. Unfold `use (root)` and then `Lifecycle`. Select `compile` and then `Run Maven Build`. After the build is done `Reload All Maven Projects Incrementally`.
13+
14+
### Starting the GUI
15+
Open the `Main` class in `use-gui/src/main/java/org.tzi.use/main/Main.java` and run it.
16+
917
## Build Process
1018

1119
### Release Process

0 commit comments

Comments
 (0)