diff --git a/Building.md b/Building.md new file mode 100644 index 0000000..054e33d --- /dev/null +++ b/Building.md @@ -0,0 +1,13 @@ +# Building + +From the root of the project, do +```bash +./mvnw package +``` +This will build the frontend in dev mode. \ +Once done, the jar file will be available in the target directory. + +To build the frontend in production mode, it is necesarry to pass an argument to grunt - +```bash +./mvnw -DgruntArg=prod package +``` \ No newline at end of file