Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Jan 23, 2024
1 parent 4a66569 commit ca4848b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,21 @@ Api is located in `base/src/main/java`
UI is located in `base/src/main/resources/web/`

Use this command to start `community-app` dev mode on: http://0.0.0.0:8080 (Api and UI).
```
```shell
# Install the parent pom
./mvnw clean install -N

# Start the dev mode
cd base && quarkus dev
```

Build the app locally:
```
```shell
mvn clean install -Dlib -Dcommunity-app
```

After building, use this command to start the `community-app` in production mode:
```
```shell
java -jar community-app/target/quarkus-app/quarkus-run.jar
```

Expand Down

0 comments on commit ca4848b

Please sign in to comment.