This is a turn-key web interface for FormKiQ's Document Management System, built with React.
NOTE: this project is set up as an Nx mono repository. All commands should be run from ./formkiq
To set up and run for the first time locally:
run npm install
- retrieve and copy the response from your live FormKiQ Document Console, i.e.,
https://{CLOUDFRONT_URI}.cloudfront.net/assets/config.json
- paste the response into a new file in the console:
/formkiq/apps/formkiq-document-console-react/src/assets/config.local.json
- run the console:
npx nx serve formkiq-document-console-react
Your login should be the same as for the live console.
To run tests:
nx test formkiq-document-console-react