Run the tutorial here: https://cerner.github.io/smart-on-fhir-tutorial
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.
You're going to need:
- Ruby
To run this tutorial locally:
$ bundle install
$ bundle exec middleman server
To deploy changes to the gh-pages branch:
$ ./deploy.sh