The next version of the UI for the Kaoto project.
For more information on Vite, check Vite's documentation.
First, clone the repository to your local machine.
git clone https://github.com/KaotoIO/kaoto-next
Navigate to the cloned directory and install the necessary packages.
cd kaoto-next
yarn install
Note: By default, @kaoto-next/camel-catalog
will also be built using the mvn
wrapper.
To start the development server, execute the following command:
yarn workspace @kaoto-next/ui run start
The application will be accessible at http://localhost:5173
by default.
To build the web application, execute:
yarn workspace @kaoto-next/ui run build
To build the public components, execute:
yarn workspace @kaoto-next/ui run build:lib
To build the Camel Catalog and the supporting schemas, run:
yarn workspace @kaoto-next/camel-catalog run build
Optional: You can update the Camel version in the pom.xml
file and then run the build command again.