This repository contains an apiblueprint.org site. Please, do not confuse it with API Blueprint specification.
gh-pagesbranch- Jekyll site, powered by GitHub Pages
- beware - anything merged in gets automatically deployed live!
- see
_config.ymlfor Jekyll configuration - install Jekyll by
gem install jekylland then develop the site withjekyll serve - if making changes in CoffeeScript files, use
coffee -wcb ./assetsto recompile them
masterbranch- 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
gulpgloballynpm -g gulp - develop with
gulp tdd - verify with
gulp test