The original source is inside the src folder. It needs to be assembled into luv.js and luv.min.js. In order to do that:
npm install grunt-cli mocha-phantomjs docco -gcd /path/to/luv.js/folder && npm installgrunt will build luv.js and execute the test suitegrunt compile will just generate luv.js and luv.min.js from src, with no tests.grunt docs will generate the documentation.More information: