You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
The structure of this Web app is a bit special as it is possible to extend and customize it. It is what we could call a Fullstack React library thanks to the power of the [Quarkus Web Bundler](https://github.com/quarkiverse/quarkus-web-bundler). It also contains our community implementation for code.quarkus.io.
6
6
7
7
📁 **./base** is the base library, it contains the Api and the React library, it also contains the community-app React app which can be disabled in production
8
+
8
9
📁 **./community-app** is the community-app Quarkus app, it uses the base library without doing much as it directly use the community-app inside it.
10
+
9
11
📁 **./acceptance-test** are the test which run to auto promote new versions to production
10
12
11
13
https://github.com/redhat-developer/code.quarkus.redhat.com is an example of how this can be extended and customized.
0 commit comments