Building from source ​
- Install Java 11 or higher.
- Install Maven (3.6.0 or higher)
- Clone the BlackLab Frontend repository
- Run
mvn clean packagein the root directory of the repository to build the project. This will create a.warfile in thetargetdirectory.
Maven will automatically download all required dependencies, including Node.js and NPM, so you don't need to install them separately.