# Deno Book This is a book that I am writing about the Deno JavaScript runtime. The book is served using a dynamic site generator that is written in Deno. ``` deno run --allow-read serve.js ``` You can read the book at http://denobook.com/ --- MIT