book: Add README.md

Change-Id: If24555e6738ff619bbb518b39d26fc5e097fb34c
Reviewed-on: https://chromium-review.googlesource.com/c/graphics-book/+/3691812
Reviewed-by: Brian Ho <hob@chromium.org>
1 file changed
tree: df2dd529b7a5a330e612eeb04f2d3adf697722ee
  1. src/
  2. .gitignore
  3. book.toml
  4. README.md
README.md

The Chrome Graphics Book

About

This is the source code for a public book and living document capturing the high level architecture and low-level details of graphics in Chrome and ChromeOS.

This book is currently written with https://rust-lang.github.io/mdBook/

How To: Run the book locally

First, install mdbook following the guide [0].

Then, to build and run the book locally, run the command mdbook serve. This will start a local server that you can connect to at localhost:3000.

[0] https://rust-lang.github.io/mdBook/guide/installation.html