This repository implements a tool that can be used to generate a usable e-book version of the 2019 "Report On The Investigation Into Russian Interference In The 2016 Presidential Election". The book is generated in MOBI format for Kindles, and EPUB for other e-readers.
This would not have been possible without the hard work of the New York Times transcribing the report. Their version can be found here, and includes a lot of helpful annotations as well as an "Explore By Person" index.
To download the generated results, check out the latest release.
- Download
mueller-ebook.mobi
from the latest release page. - Plug your Kindle in to your computer. It should show up as an external drive.
- Copy
mueller-ebook.mobi
into thedocuments
folder on your Kindle drive.
Feel free to contribute instructions for other e-readers.
Clone the repository and run yarn
to install dependencies.
- To build the e-book, run
yarn build
. - To make changes, run
yarn start
and then browse to http://localhost:5000.