LHNCBC / formbuilder-lhcforms

Build LHC-Forms and FHIR Questionnaires
Other
27 stars 22 forks source link
fhir-questionnaire lhc-forms

Installation

  1. Install nodejs package globally on your system.

  2. Clone git repository of formbuilder-lhcforms.

    $ git clone https://github.com/lhncbc/formbuilder-lhcforms.git
  3. Build the project.

    • To build the project, change to formbuilder-lhcforms directory. Edit bashrc.formbuilder file to suit your development environment. Make sure that ./node_modules/.bin is in your path for the rest of the installation.

      $ cd formbuilder-lhcforms $ source bashrc.formbuilder $ npm ci && npm run build $ npm test ## Optional

Running the application

Application Programming Interface (API)

The form builder is an application. However, it is possible to control it via JavaScript from another web page. Refer to API.md for documentation.