Build Bonita Portal JS

Overview

This repository contains the JavaScript and AngularJS codebases for the user interface of Bonita Portal, which allows users and administrators to manage and monitor business processes.
The source code is available here : https://github.com/bonitasoft/bonita-portal-js.

Steps to Build

1. Clone and Navigate to Repository

git clone https://github.com/bonitasoft/bonita-portal-js.git
cd bonita-portal-js

2. Fetch Tags and Checkout the Desired Tag

git fetch --tags
git checkout tags/{desired_tag}  # Replace {desired_tag} with the actual tag name

3. Build with Maven

./mvnw clean install

Troubleshooting

Report Issues

Encounter a problem? Help us improve by reporting it on our Community Jira tracker.

Contribute to Documentation

Interested in enhancing our documentation? Fork our documentation repository on GitHub, make your changes, and submit a pull request. Your insights make a big difference!