First, install gulp globally:
npm install -g gulpThen, install the node modules:
npm installThen, 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