Files
agent/README.md
2017-05-31 23:05:58 +02:00

980 B

Agent logo & text

Build Status Build status

Agent is the configuration application of the Ultimate Hacking Keyboard.

Give it a whirl!

Set up instructions

First up, make sure that node >=4.x.x and npm >=3.x.x are installed on your system. Next up:

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

At this point, webpack dev server should expose Agent at localhost:8080

Contributing

Wanna contribute? Please let us show you how.