Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 536 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 536 Bytes

Medical Illustration

Overview

It is a web component used in FTU Explorer

Usage

Use the following commands to lint, build and run the app

# lint
$ npx nx run medical-illustration:lint

# build
$ npx nx run medical-illustration:build

# serve
$ npx nx run medical-illustration:serve

#test
$ npx nx run medical-illustration:test

Contribute

  • To make a new change on the app, make the change here and create a pull request.