Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 412 Bytes

File metadata and controls

18 lines (14 loc) · 412 Bytes

neutron

Control GUI for Rudra 18

Steps to setup development environment

  • git clone https://github.com/vshelke/neutron.git
  • cd neutron
  • git checkout development
  • npm install
  • npm start

Making distributable executables for respective platforms

  • git clone https://github.com/vshelke/neutron.git
  • cd neutron
  • npm install
  • npm install electron-packager -g
  • electron-packager .