Skip to content

formkiq/formkiq-document-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormKiQ Document Console

How it works

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:

  1. run npm install
  2. retrieve and copy the response from your live FormKiQ Document Console, i.e., https://{CLOUDFRONT_URI}.cloudfront.net/assets/config.json
  3. paste the response into a new file in the console: /formkiq/apps/formkiq-document-console-react/src/assets/config.local.json
  4. 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