Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 649 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 649 Bytes

CustomCharges

This EM will allow REDCap super admins to create custom charges for a project. R2P2 will generate charge Items for each custom charge.

For Developers Only:

In order to make changes to this EM you need to set up your environment.

  1. 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
  2. Install EM required node packages by running npm install. you do not need to run this command everytime you build just first time.
  3. Everytime you make changes under frontend folder you need to run npm run build.