Friday, June 25, 2021

Build dashbuilder-components for Redhat PAM

Build dashbuilder-components for Redhat PAM
  •  Clone Project in https://github.com/jesuino/dashbuilder-components
  • Install yarn: npm install -g yarn
  • Init project: npm run init 
  • Build project:  npm run build:prod ( must replace "rm -rf" to  "rimraf -rf" on file package.json in case you build on window mache)


No comments:

Post a Comment

Install and use xorg-server on macOS via Homebrew

  The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...