Chinese book reader with popover CE dictionary
Enjoy reading your favorite Chinese books without constantly looking up dictionary.
The Chinese-English dictionary CC-CEDICT is used to tokenze text, and create popover translation.
Sample books/stories: 活着, 成语故事
To get this project up and running locally on your computer:
npm install
DEBUG=reader:* npm run dev #For linux
To add a new book:
new_book_name
under public
folder
mkdir public/new_book_name
new_book_name
folder.Note: Every chapter must be a plain text file, use
utf-8
encoding.