First, install gulp
globally:
npm install -g gulp
Then, install the node modules:
npm install
Then, add or change any of the files in /src as required.
Then, run gulp to regenerate the apiary.apib file. This repository is linked to Apiary and will be copied over when it changes.
gulp