Setting Up Composr
A step-by-step guide to using Composr in your web page
Begin by importing Composr to your HTML page. There are two ways to do this. You can use the CDN and put this code in your body:
<script src = "https://cdn.micahlindley.com/composr/mostrecent.js"></script>Or if you prefer more stablity, you can download the files:
$ git clone https://github.com/micahlt/composr/1.0.0There you go; Composr is set up. Now all you have to do is follow the instructions in the Understanding Composr section.
Last updated
Was this helpful?