27 lines
983 B
Markdown
27 lines
983 B
Markdown

|
|
|
|
[](https://travis-ci.org/UltimateHackingKeyboard/agent)
|
|
[](https://ci.appveyor.com/project/mondalaci/agent)
|
|
|
|
Agent is the configuration application of the [Ultimate Hacking Keyboard](https://ultimatehackingkeyboard.com/).
|
|
|
|
[Give it a whirl!](http://ultimatehackingkeyboard.github.io/agent/)
|
|
|
|
## Set up instructions
|
|
|
|
First up, make sure that node >=8.1.x and npm >=5.1.x are installed on your system. Next up:
|
|
|
|
```
|
|
git clone git@github.com:UltimateHackingKeyboard/agent.git
|
|
cd agent
|
|
npm install
|
|
npm run build:electron
|
|
npm run electron
|
|
```
|
|
|
|
At this point, Agent should be running on your machine.
|
|
|
|
## Contributing
|
|
|
|
Wanna contribute? Please let us show you [how](CONTRIBUTING.md).
|