Create README.md

This commit is contained in:
László Monda
2017-06-12 23:10:47 +02:00
committed by GitHub
parent 1a456c2ced
commit 679e20d915

View File

@@ -15,10 +15,11 @@ First up, make sure that node >=4.x.x and npm >=3.x.x are installed on your syst
git clone git@github.com:UltimateHackingKeyboard/agent.git
cd agent
npm install
npm run server:web
npm run build:electron
npm run electron
```
At this point, webpack dev server should expose Agent at `localhost:8080`
At this point, Agent should be running on your machine.
## Contributing