A cute compilation of "Introduction to category theory for X"-type texts. Mainly books, but couple others in there as well. Quality of said texts was not considered, only how well they matched the criteria and had a distinct profession associated with them.
Found a book or paper that matches the theme but isn't listed yet? Open an issue and I'll get around to it, probably.
To start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run build
The output gets saved to /docs
, from where gh-pages
can serve it to viewers.