app/README.md
app/ directory contains the source code of the Mind Expanding Books website
node -v
npm -v
npm install -g gatsby-cli
git clone https://github.com/hackerkid/Mind-Expanding-Books
cd app/
npm install
gatsby develop
Once this is done, the development server should be accessible at http://localhost:8000
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.