Skip to content

teamrudra/neutron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3adbc43 · Jun 16, 2022
Apr 14, 2018
Apr 28, 2018
Mar 22, 2018
Apr 29, 2018
May 1, 2018
May 1, 2018
Apr 29, 2018
Apr 29, 2018
Mar 22, 2018
Jun 16, 2022
Jun 16, 2022

Repository files navigation

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 .