The serve
command
The serve
command starts up a local web server to allow access to the static web site.
fossilizer serve
Options
--host
Listen on the specified <HOST>
address. Default is 127.0.0.1
.
--port
Listen on the specified <PORT>
number. Default is 8881
.
--open
Open a web browser to the server URL after starting.