Skip to content
griffincox edited this page Feb 14, 2019 · 15 revisions

Download dist/peteshow.min.js and dist/peteshow.css and add them to your app.

<script src="peteshow.min.js"></script>
<link href="peteshow.css" media="screen" rel="stylesheet" />

BE CAREFUL: You don't want to load these files on a production environment. If you are using Rails, you can use the peteshow gem to help. Read more about the gem.

Clone this wiki locally