This repository contains an apiblueprint.org site. Please, do not confuse it with API Blueprint specification.
gh-pages
branch- Jekyll site, powered by GitHub Pages
- beware - anything merged in gets automatically deployed live!
- see
_config.yml
for Jekyll configuration - install Jekyll by
gem install jekyll
and then develop the site withjekyll serve
- if making changes in CoffeeScript files, use
coffee -wcb ./assets
to recompile them
master
branch- Express.js app written in CoffeeScript
- Heroku config:
BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
(see multi buildpack) - Documentation of the API: docs.apiblueprintapi.apiary.io
- install by
npm install
- run the app by
coffee app.coffee
- install
gulp
globallynpm -g gulp
- develop with
gulp tdd
- verify with
gulp test