Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.79 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.79 KB

Firely browser extension for FHIR

Installing

Latest stable

For Development

Chrome:

  1. Go to chrome://extensions and turn on Developer Mode on top-right.
  2. Click Load unpacked and select the dist folder where the browser plugin is located.

Firefox:

  1. Install Firefox Developer Edition
  2. In about:debugging#/runtime/this-firefox load a Temporary Add-On and select the built Release.zip.

Publishing

Chrome:

Firefox:

Development

The framework for this extension was created with Extension CLI.

Available Commands

Commands Description
npm run start build extension, watch file changes
npm run build generate release version
npm run build:firefox generate release version
npm run docs generate source code docs
npm run clean remove temporary files
npm run test run unit tests
npm run sync update config files

For CLI instructions see User Guide →