KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
epiviz-desktop-app
★ 10
Open GitHub ↗
Desktop app for epiviz
Download README (.md)
Explore Similar Repositories
ConnectsU
:
Social networking website for high school and college students for interaction between them and staffs.
CANBus-Adapter
:
CANBus-MQTT Adapter for connecting your car to the Internet of Things
react-redux-simple-boilerplate
:
没那么复杂的 react-redux 脚手架,使用 webpack2打包
rusmorph
:
Russian morphological dictionary (rusmorph) for Postgres based on libmorph library: https://github.com/big-keva/libmorph
microbit-gateway
:
A simple gateway onto the micro:bit radio network
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
epiviz-desktop-app
?
Download (.md)
# Installation Please download the latest version of the app from https://github.com/epiviz/epiviz-desktop-app/releases # To build app from source Install all app requirements. Epiviz app is built using electron (based on nodeJS). Please install nodejs before building. ``` download repository npm install && npm start ``` To build app for distribution ## Windows `node_modules/.bin/build --windows` ## MAC `node_modules/.bin/build --mac dmg` ## Linux `node_modules/.bin/build --linux deb rpm` ## epiviz app input parameters to launch from command line port = websocket port number workspace = load workspace (not implemented) gist = gist id (not implemented) If installed as system app - `epiviz --port=7123` If epiviz app was build locally - on windows and linux `/path/to/epiviz/app --port=7123` on mac `open -a /path/to/epiviz/app -n --args --port-7123`