app/ directory contains the source code of the Mind Expanding Books website

How to setup development environment

git clone https://github.com/hackerkid/Mind-Expanding-Books
cd app/
npm install
gatsby develop

High level overview of the website

From where does the website fetches the data of the books?

Website fetches the data of the books from app/src/data/books.json file. See README in utils directory for details on how this file is generated.