Browse it on your phone: eruda.liriliri.io
You can get it on npm.
npm install eruda --save-dev
Add this script to your page.
<script src="https://github.com/liriliri/eruda/raw/master/node_modules/eruda/eruda.js"></script>
<script>eruda.init();</script>
It's also available on jsDelivr and cdnjs.
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script>
For more detailed usage instructions, please read the documentation at eruda.liriliri.io!
Read Contributing Guide for development setup instructions.