cargo install mdbook
Execute the following command in the root directory where book.toml is located (where the src directory usually resides)
mdbook serve
Local server starts up.
http://localhost:3000
Optionally specify port
mdbook serve -p 4000
Static build
mdbook build