/smart-on-fhir-tutorial

SMART on FHIR developer tutorial

Primary LanguageJavaScriptOtherNOASSERTION

SMART Tutorial

Run the tutorial here: https://cerner.github.io/smart-on-fhir-tutorial

Description

The SMART tutorial is intended to help developers quickly create a example smart app, register it with Cerner's code console, and test it against Cerner's sandbox. It is a Slate site hosted through GitHub Pages and includes a small example app in the source folder.

Getting Started

Prerequisites

You're going to need:

  • Ruby

Getting Set Up

To run this tutorial locally:

$ bundle install
$ bundle exec middleman server

To deploy changes to the gh-pages branch:

$ ./deploy.sh