# Parsley Gardens Command Line Interface It is really just the main website of [parsleygardens.net][]. Built with: - [Riot.js][] - [Skeleton][] - [Highlight.js][]. [parsleygardens.net]: http://www.parsleygardens.net [Riot.js]: http://riotjs.com [Skeleton]: https://skeleton-framework.github.io [highlight.js]: https://highlightjs.org ## Develop `riot` compilation happens in the browser, so viewing the app is a matter of opening `index.html`: $ open index.html ## Build A distribution of the app can be built that will concatenate assets and modify `index.html` to minimize HTTP requests: $ make dist This creates `dist/`, which can be copied to a live webserver.