Skip to content

brettmarquard/smart-on-fhir.github.io

 
 

Repository files navigation

SMART Technical Documentation

This is the SMART technical documentation, hosted at http://docs.smarthealthit.org

Installing Jekyll and Friends

The SMART technical documentation is built using Ruby tools. Using Bundler, you can install all of the required dependencies to generate and run the documentation locally by running the following command from the smart-on-fhir.github.io/ directory:

$ bundle install

This will install Jekyll, a static site generator and redcarpet, a Ruby Markdown processor.

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 browser to http://localhost:4000

About

SMART on FHIR Docs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 52.2%
  • HTML 17.8%
  • Jupyter Notebook 17.7%
  • JavaScript 7.8%
  • Ruby 4.5%