Skip to content

austenLacy/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wercker-docs

wercker status semistandard-style

Wercker docs built with gulp and metalsmith.

Install

hub clone wercker/docs

Make sure to have npm>=2.0.0 installed to build local modules.

Running with wercker dev

wercker dev --publish 1337

Usage

Lifecycle scripts included in dev:
  postinstall
    echo 'linklocal' && linklocal link -r && linklocal list -r | bulk -c 'npm install'
  start
    npm run build && npm run open
  test
    semistandard

available via `npm run-script`:
  build
    gulp build
  clean
    rm -rf {cache,release,coverage}
  content
    gulp content
  open
    open http://localhost:1337 && httpster -d build -p 1337
  watch
    watchify index.js -t brfs -o build/bundle.js
  format
    semistandard-format -w

Style Guide

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.4%
  • HTML 31.8%
  • JavaScript 30.8%