Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 718 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 718 Bytes

Archive

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