MarianMacik / kogito-apps

Kogito Apps

Home Page:http://kogito.kie.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kogito Apps

Contributing to Kogito

All contributions are welcome! Before you start please read the Developing Drools and jBPM 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
npm install -D yarn
  • Install projects dependencies using Yarn
cd kogito-apps
yarn install
  • Build with Yarn:
cd kogito-apps
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.

About

Kogito Apps

http://kogito.kie.org

License:Apache License 2.0


Languages

Language:Java 53.4%Language:TypeScript 32.8%Language:JavaScript 13.3%Language:CSS 0.3%Language:HTML 0.1%Language:Shell 0.0%