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.tstoconfig/config.ts
Run Locally
Mac:
HTTPS=true npm startWindows:
($env:HTTPS = "true") -and (npm start)
Last updated