Skip to content

neha3091/apiblueprintorg

 
 

Repository files navigation

apiblueprint.org

This repository contains an apiblueprint.org site. Please, do not confuse it with API Blueprint specification.

Static site: apiblueprint.org

  • gh-pages branch
  • Jekyll site, powered by GitHub Pages
  • beware - anything merged in gets automatically deployed live!

Tips for development

  • see _config.yml for Jekyll configuration
  • install Jekyll by gem install jekyll and then develop the site with jekyll serve
  • if making changes in CoffeeScript files, use coffee -wcb ./assets to recompile them

API: api.apiblueprint.org

Tips for development

  • install by npm install
  • run the app by coffee app.coffee
  • install gulp globally npm -g gulp
  • develop with gulp tdd
  • verify with gulp test

Releases

No releases published

Packages

No packages published