Fix README. (#89)

This commit is contained in:
László Monda
2016-08-28 20:44:16 +02:00
committed by GitHub
parent 875dbb9526
commit baf2d41f71

View File

@@ -22,32 +22,6 @@ Webpack dev server exposes Agent at `localhost:8080`
## Contribute
Contributions are most welcome and appreciated beyond words!
1. Please pick an [issue](![Agent logo & text](https://raw.githubusercontent.com/UltimateHackingKeyboard/agent-mockup/master/images/agent-logo-with-text.png)
[![Build Status](https://travis-ci.org/UltimateHackingKeyboard/agent.svg?branch=master)](https://travis-ci.org/UltimateHackingKeyboard/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.js 4.x.x is installed on your system.
```
git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm run build
npm run webpack-dev-server
```
Webpack dev server exposes Agent at `localhost:8080`
## Contribute
Contributors are most welcome and appreciated beyond words!
1. Please pick an [issue](https://github.com/UltimateHackingKeyboard/agent/issues) of your interest, or open a new one.