- Connect to Snowstorm, search for Snomed CT concepts and add or remove them from refsets
- Configurable hostnames and refsets
Requirements:
yarn install
yarn start
Instead of yarn start
, use netlify dev
after installing the Netlify CLI. This is only necessary to use Netlify Functions.
yarn global add netlify-cli
netlify dev
yarn test
yarn build
This tool uses Create React App, and the finished files are created in a folder called build
. You can copy or deploy these files to a
hosting service of your choosing.
A Github Action has been setup to deploy to Netlify automatically.