From 4072a58a24932f83ed279f505ad2af0914fd82d5 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Wed, 13 Jan 2016 23:37:32 +0100 Subject: [PATCH] Add README of the repository. --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..d6d8053e --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Ultimate Hacking Keyboard - Agent mockups + +Contains HTML, CSS and JS source of the Agent mockups. + +They serve a double purpose: +1. easy and flexible usage of the actual Bootstrap components +2. test some basic interaction patterns by clicking around the main UI elements. + +## See it! +* [Key action editor](#) +* [Macro editor](#) + +## Try it! +If you want to see it on your screen follow this guide: + +Clone this repository: +``` +git clone git@github.com:UltimateHackingKeyboard/agent-mockup.git +cd agent-mockup +``` + +Install bower +``` +npm install -g bower +``` + +Get libraries used by the project +``` +bower install +``` + +### Additional information +In the repository you find a `gulpfile.js` for running [browsersync](https://www.browsersync.io/), which speeds up our prototyping process. If you want to use it just run `npm install` in the project directory, then you can fire it up with `gulp serve`.