Update README.md

This commit is contained in:
László Monda
2017-12-23 19:24:13 +01:00
committed by GitHub
parent f0a54768d4
commit 975ab8a5e9

View File

@@ -17,7 +17,7 @@ The **web build** is meant to be used for demonstation purposes, so people who d
The two builds share code as much as possible.
## Set up instructions
## Building the electron application
First up, make sure that node >=8.1.x and npm >=5.1.x are installed on your system. Next up:
@@ -34,6 +34,13 @@ npm run electron
At this point, Agent should be running on your machine.
## Developing the web application
- The frontend code is located in `packages/uhk-web/`
- Run the project locally with `npm run server:web`
- View the app at `http://localhost:8080`
- The app will automatically reload when you make changes
## Contributing
Wanna contribute? Please let us show you [how](CONTRIBUTING.md).