get started it's really easy!
1 - Copy and paste
First load the seed and CSS files.
<script src="https://cdn.alloyui.com/3.0.1/aui/aui-min.js"></script> <link href="https://cdn.alloyui.com/3.0.1/aui-css/css/bootstrap.min.css" rel="stylesheet"></link> 2 - Start using Alloy UI
Then initialize AlloyUI and load a module, e.g., Carousel.
YUI().use( 'aui-carousel', function(Y) { // code goes here } );