Socket
Socket
Sign inDemoInstall

formbuilder-lhcforms

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formbuilder-lhcforms

Build LHC-Forms and FHIR Questionnaires


Version published
Weekly downloads
199
increased by385.37%
Maintainers
3
Weekly downloads
 
Created
Source

Installation

  1. Install nodejs package globally on your system.

  2. Clone git repository of lforms-formbuilder.

     $ git clone https://github.com/lhncbc/formbuilder-lhcforms.git
    
  3. Change to formbuilder directory and setup environment. Edit bashrc.formbuilder file to setup necessary environment. You can make a similar rc file to suit your shell. Please make sure that ./node_modules/.bin is in your path for the rest of the installation.

     $ cd formbuilder-lhcforms
     $ npm ci
     $ source bashrc.formbuilder
     
    
  4. Start formbuilder server for development.

     $ ng serve
     
    
  5. Build the package for production.

     $ ng build
     $ cp dist/formbuilder-lhcforms {webserver docs location}
     
    
     
    

FAQs

Package last updated on 21 Jan 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc