Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 389 Bytes

File metadata and controls

32 lines (22 loc) · 389 Bytes

NES Architecture Book

Development

cargo install mdbook

Build and Preview Methods

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