Files
agent/README.md
László Monda f6fc0a7f64 Update README.md
2016-03-22 12:10:44 +01:00

1.0 KiB

Ultimate Hacking Keyboard Agent

Agent is the configuration application of the Ultimate Hacking Keyboard.

Right now, Agent is in a mockup state, which basically means that you can click around and most interactions will loosely work but the application is not production ready yet. We're experimenting with the UI and UX until the imminent Angular 2 port.

What are you waiting for? Give it a whirl!

Set up instructions

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, which speeds up our development process. If you want to use it just run npm install in the project directory, then you can fire it up with gulp serve.