Socket
Socket
Sign inDemoInstall

formbuilder-lhcforms

Package Overview
Dependencies
38
Maintainers
6
Versions
102
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    formbuilder-lhcforms

Build LHC-Forms and FHIR Questionnaires


Version published
Maintainers
6
Created

Changelog

Source

[9.6.0] 2024-06-06

Changed

  • Accept terms of use only once a week.

Readme

Source

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

  • To deploy on a production webserver:

      $ cp dist/formbuilder-lhcforms {webserver docs location}
    
  • To start dev server locally:

      $ npm start
    

    Point the browser at http://localhost:9030

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.

FAQs

Last updated on 06 Jun 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc