All contributions are welcome! Before you start please read the contribution guide.
- Check out the source:
git clone [email protected]: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.
- Install Yarn
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.
For detailed instructions on how to develop and run the Management Console, please check instructions on the specific README file.