Making an annotated article
Steps
1 Set up API access and credentials for the annotated google doc at https://console.cloud.google.com
See this tutorial by David:
2 clone repo
git clone https://github.com/kavyasukumar/annotations-app.git
3 cd
into the folder
cd ./annotations-app
4 bundle install
bundle install
5 start the static site generator
bundle exec middleman
6 view result in localhost
7 generated website in in `` folder.