Staying on top of characters in a novel can be challenging. People By Page helps to jog your memory about who the key actors are and when they were introduced.
PRs to add books to the collection are most welcome. At the moment they're stored as files in ./web/src/books
. See book_9780140449242
for an example of how 'The Brothers Karamazov' is structured.
To add a new book raise a PR with the following changes:
- Create a new file
./web/src/books/book_<ISBN>.ts
- Update the existing file
./web/src/books/books.ts
by adding the new book to thebooks
array - CI tests will verify the if there's any obvious errors with the new book. If it passes it'll be reviewed and merged for the world to see