# Larry UI This uses Quasar Framework (based on Vue.js): http://quasar-framework.org ## Development You need Node.js >=8 and NPM >=5 * install quasar-cli `npm install -g quasar-cli` * clone the repo * run `cd larry-ui` * run `npm install` * run `quasar dev` You now have the dev server running on http://localhost:8081 which tries to connect to the API on http://localhost:8080 ## License Creative Commons License * All content in this repository is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/) if not otherwise stated. * If you contribute to this repository, your contributions should also be licensed under the same license.