The UIa app and server for the FreeIPA Password Portal.
npm install
npm run dev
npm install
npm build
The distributable will be bundled into dist/
.
Configurations are exposed using node-convict and log4js. To add your own override configurations:
cp config/dev-override.example.json dev-override.json
cp config/log4js.example.json log4js.json