Pathagar is an offline digital learning library. This repo contains the http://pathagar.info pages.
We're using jekyll to render these pages.
$ bundle install
$ make serve
Then open your web browser to http://localhost:4000/
Run the tests.
$ make test