-
Notifications
You must be signed in to change notification settings - Fork 14
Setup
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
peteshowgem to help. Read more about the gem.