Skip to content

Commit

Permalink
added how-to-start-use to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Witek committed Sep 12, 2024
1 parent c3f2ca6 commit 7a1be6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ in contributing to USE. Either by developing use itself or by building plugins.
It was startet in 2022 and is a growing documentation. Any pull request for USE should
also change this technical documentation, to foster the growing.

## Starting USE from IntelliJ IDEA

### Maven Compile
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`.

### Starting the GUI
Open the `Main` class in `use-gui/src/main/java/org.tzi.use/main/Main.java` and run it.

## Build Process

### Release Process
Expand Down

0 comments on commit 7a1be6a

Please sign in to comment.