Skip to content

bxf12315/kogito-apps

 
 

Repository files navigation

Kogito Apps

Contributing to Kogito

All contributions are welcome! Before you start please read the contribution guide.

Building from source

  • Check out the source:
git clone git@github.com:kiegroup/kogito-apps.git

If you don't have a GitHub account use this command instead:

git clone https://github.com/kiegroup/kogito-apps.git
  • Install Node and NPM package manager

See detailed instructions here for your OS.

cd kogito-apps/ui-packages
npm install -D yarn
  • Install projects dependencies using Yarn
cd kogito-apps/ui-packages
yarn install
  • Build with Yarn:
cd kogito-apps/ui-packages
yarn run init

#prod
yarn run build:prod

# dev
yarn run build # skips integration tests and production packing
yarn run build:fast # skips lint and unit tests

Final artifacts will be on packages/*/dist directories.

Management Console

For detailed instructions on how to develop and run the Management Console, please check instructions on the specific README file.

Packages

No packages published

Languages

  • Java 48.3%
  • TypeScript 39.9%
  • JavaScript 11.4%
  • Other 0.4%