This EM will allow REDCap super admins to create custom charges for a project. R2P2 will generate charge Items for each custom charge.
In order to make changes to this EM you need to set up your environment.
- Install node.js and npm on you machine. for more details go to https://nodejs.org/en/download/ and https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install EM required node packages by running
npm install
. you do not need to run this command everytime you build just first time. - Everytime you make changes under frontend folder you need to run
npm run build
.