diff --git a/README.md b/README.md index 813458e..f552dd0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Joyce _A Reader and Editor for Hypertext_ -Joyce is a web app for reading and annotating texts. It was designed to power The Joyce Project, a website to help introduce James Joyce's Ulysses to new readers with the full-text and detailed annotations. +Joyce is a web app for reading and annotating texts. It was designed to power [The Joyce Project](http://www.joyceproject.com/), a website to help introduce James Joyce's Ulysses to new readers with the full-text and detailed annotations. + +Joyce uses Python and Flask for the backend, Elasticsearch for the datastore, and React and Bootstrap for the front end, bundled with Webpack. The text editor is built on DraftJS. ## Setup diff --git a/TODO.txt b/TODO.txt index cc902dd..2df2589 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,8 +1,6 @@ REFACTORING CHECKLIST: - Switch to Webpack Dev Server and Remove Webpack-Flask Dependencies - - Write ReadMe - One Pass Through Every Module's Imports - - Rename Components NEED: - Deploy Process