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