my-health-data

I'm creating this SMART on FHIR App for my own personal use; it's designed to help me retrieve my own data in FHIR.

No one other than me (Josh Mandel) should share their records with it.

Dev

parcel build src/*.html  --public-url https://joshuamandel.com/my-health-data/
git checkout gh-pages
git rm *.html *.js *.map
cp -r dist/* .
git add *.js *.html *.map
git commit -m "Build"
git push
git checkout master