Skip to content

Dunmail/smart-on-fhir.github.io

 
 

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%