These commands are supposed to be placed in package.json
scripts
(see Getting Started). If you want to run them directly, use ./node_modules/.bin/styleguidist
.
styleguidist server
: Run dev server.
styleguidist build
: Generate a static HTML style guide.
CLI Options:
--config <file>
: Specify path to a config file.--verbose
: Print debug information.