Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 882 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 882 Bytes

Please Note

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!

Interstellar-Client

The client to the interstellar framework, designed to work on any operating system, with any screen size, with any specs

Install Instructions

  1. npm install
  2. npm run setup
  3. npm run start

Build Instructions

Should you want to build this version of Interstellar, simply run

npm run build

Launching

  1. 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