This is a simple check request form to be used for an LDS Financial Clerk. Probably a solution in search of a problem but still pretty neat ¯\_(ツ)_/¯.
- clone repo and cd into directory
- run
npm install(must have npm installed) - see
package.jsonfor script options
npm start- start local dev server (localhost:3000)npm run build- run prod build
- Change
lib/common/config.jsto match your org structure (bishop,unit,orgPresidents).- Unless of course your bishop is Batman and I nailed the callings.
- Run
npm run build - Copy the resulting
distfolder somewhere and enjoy!