README Local Setup Clone the repo and then install mdbook: $ git clone https://github.com/stuartweir/rust-learning-resources.git $ cargo install mdbook Next, serve the book locally, then navigate to localhost:3000: $ mdbook serve