This project is no longer maintained. Please see Interstellar-2.0.
IMPORTANT: There are some significant security vulnerabilities present in this version of Interstellar with no intention of being patched. Use at your own risk!
The client to the interstellar framework, designed to work on any operating system, with any screen size, with any specs
Install Instructions
- npm install
- npm run setup
- npm run start
Build Instructions
Should you want to build this version of Interstellar, simply run
npm run build
Launching
- electron index.js (optional, port number) (optional, server IP address) (optional, server port)
Example: 'electron index.js 4050 192.168.1.110 3000'
This will run Interstellar locally, on port 4050, and look for the server at 192.168.1.110:3000