Files
agent/README.md
László Monda fa5a420838 Update README.md
2016-04-01 16:01:00 +02:00

839 B

Agent logo & text

Agent is the configuration application of the Ultimate Hacking Keyboard.

Agent is in a preliminary state. 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.

Give it a whirl!

Set up instructions

git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install

In the repository you can find a gulpfile.js for running browsersync, which speeds up the development process. You can fire it up with gulp serve.