Skip to content

Dunmail/smart-on-fhir.github.io

This branch is 681 commits behind smart-on-fhir/smart-on-fhir.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a7b54c · Dec 1, 2014
Jun 5, 2014
Aug 26, 2014
Jun 27, 2014
Nov 7, 2014
Dec 1, 2014
Oct 8, 2014
Nov 28, 2014
Nov 6, 2014
Jun 5, 2014
Jun 13, 2014
Jun 13, 2014
Jun 5, 2014
Jun 7, 2014
Jun 5, 2014
Jun 5, 2014
Jun 5, 2014
Nov 26, 2014
Jun 5, 2014
Jun 5, 2014

Repository files navigation

SMART Technical Documentation

This is the SMART technical documentation, hosted at https://smart-on-fhir.github.io

Installing Jekyll and Friends

First, you'll need the Jekyll static site generator installed. The full installation instructions are here, but you probaly can just do:

$ gem install jekyll

There are two other libraries to install to generate these documents:

  1. redcarpet: our preferred Ruby Markdown processor.

    $ gem install redcarpet

  2. Pygments: the Python-based syntax highligher, this installation instructions for which are at the bottom of the Jekyll page above.

Once the required software is installed, generating the static site (in the _site directory) is simply running

$ jekyll serve --watch -b /

on the commandline.


If you prefer, you can serve the project with Node.js and grunt, which enables "live reload" behavior. This allows editing side-by-side with the web page; and every time you save, your changes appear automatically in the browser.

Just install nodejs and grunt, and then run:

npm install
grunt

And then open a brower to http://localhost:4000

About

SMART on FHIR Docs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 87.4%
  • JavaScript 12.5%
  • Shell 0.1%