divadretlaw / telescope

🔭Telescope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telescope

telescope

Requirements

  • Python 3.9
  • Node.js
  • Angular/CLI: npm install -g @angular/cli

Install

  • Run npm install
  • Run pip3 install -r astrograph/requirements.txt

Run

Electron app

Run npm run electron to launch the app as Electron app

Debug

  1. Run npm run start:rocket to launch the Python backend
  2. Run npm run start:telescope to launch the Angular frontend

Build

Pyinstaller is used to package the Python backend into the Electron Wrapper.

Run npm run build:rocket to build the Python binary.

  • npm run electron:mac to build the Electron Mac App
  • npm run electron:windows to build the Electron Windows App
  • npm run electron:linux to build the Electron Linux App

About

🔭Telescope


Languages

Language:TypeScript 63.5%Language:Python 19.0%Language:HTML 7.7%Language:CSS 6.7%Language:JavaScript 3.0%