Viewing a Specification
To view a specification
-
Change to a directory containing:
- a single markdown file OR
- a markdown file with the same name (plus .md) as the directory
E.g.
/restaurant-specification restaurant-specification.md
-
Launch blprnt
$ blprnt preview
-
Open a browser to
http://localhost:5000
The location of the specification directory can alternatively be specified as the command line argument specs
:
$ blprnt preview --specs "/Users/bill/restaurant-specification"