1.5.0 • Published 6 years ago

patternbook v1.5.0

Weekly downloads
386
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Patternbook

  • a design documentation system
  • a styleguide builder
  • a creative computing environment

Write documentation in Markdown, including examples that are rendered inline alongside source code and data context. Instant response to source code changes via hot module reload.

Running patternbook sample

  1. npm install
  2. npm run patternbook
  3. go to localhost:3000 in your browser

Running patternbook in your own project

  1. npm install --save patternbook
  2. copy the sample directory into your project
  3. copy the patternbook script from package.json to your project's package.json
  4. npm run patternbook