This sutta index is still very much a work in progress. You can find a demo of the data here.
If you would like to offer feedback, please see this page in the documentation.
Curious about the philosopy being used to create the index? See these notes.
All data and content in this repository (including the final website as well as raw data) is copyright ReadingFaithfully.org and may not be reproduced without permission.
The use of this index for training, developing, testing, or improving any artificial intelligence system, machine learning model, or similar technology is strictly prohibited.
sudo apt install tidy
npm ciThe site is built by running
node build
in the root directory. This will generate the public/index.html file as well as all of the scripts and css needed for the site.
To run the site locally, just start a simple http server pointing at the "public" folder:
npx http-server public -o -p 9999