Plasma Portal Lite
This is used as the Patient-Standalone Starter Template. It's a lighter version of the Plasma Portal.
Setup
Rename
config/config.example.ts
toconfig/config.ts
Run Locally
Mac:
HTTPS=true npm start
Windows:
($env:HTTPS = "true") -and (npm start)
Last updated