-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Andika Hermansyah edited this page Aug 22, 2016
·
9 revisions
This wiki under build, please create issue if you found problem
Now you can run from source without simple web server, just go folder /app/index.html and open it to your browser (I just maintenance webkit browser like chrome family)
Run from source code: ####A. Node.js
- Install Node.js
- Start the node command line
- Navigate to your NecrobotJavanHawk folder
- To install enter:
npm install
- To start enter:
npm start
- Will launch electron application
####B. Python
- Install Python
- Start command line
- Navigate to your NecrobotJavanHawk/app folder
- Type
python -m SimpleHTTPServer 8000
8000 = Port - Open Browser and type http://localhost:8000
In the NecrobotJavanHawk, the url on the config page should match the port you configured on bot side (both have the same default).
©2016 JavanHawk