stencila site preview
Usage
stencila site preview [OPTIONS] [ROUTE]Examples
# Preview site at root
stencila site preview
# Preview a specific route
stencila site preview /docs/guide/
# Preview without opening browser
stencila site preview --no-open
# Preview on different port
stencila site preview --port 8080
# Preview without file watching
stencila site preview --no-watchArguments
[ROUTE] | / |
Options
-p, --port | 9000 |
--no-open | truefalse |
--no-watch | truefalse |