server
The server
command is used to start a local server to serve the built site. It's only intended for development purposes.
snowman server
Flags
--address
(-a
) The address to listen on. (default "127.0.0.1")--help
(-h
) Shows help for the command.--port
(-p
) The port to listen on. (default "8000")