The George Eliot Chronology is a group of visualizations meant to help in the study of George Eliot.
If on Ubuntu, you can clone this repository and run UbuntuFirstTimeSetup.sh
.
Otherwise,
- Clone this git repository to a folder in your home directory.
- Install npm and nodejs.
- Run
npm install
to install the node packages.
Use the following commands to run the two visualizations locally.
npm run calendar
: run the calendar visualization on localhost:8000
Use the search bar to search for key terms in events.
npm run tree
: run the chronology tree on localhost:8001
These will auto-update as you make changes to the source files.