Skip to content

The new-new-new (is that enough news?) -new launcher and updater for Atmosphir

Notifications You must be signed in to change notification settings

pedroslopez/troposync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

troposync

A launcher, updater, news checker and general companion to the game Atmosphir, or rather, to the Troposphir server for said game.

It uses Electron and Angular as a frontend strategy, and the shared code is just plain Node. Everything is written in TypeScript.

Installation

This project uses electron-forge as its build and deploy tool, so you'll have to install that on your system. On the project root, run:

npm install --global electron-forge
npm install

To run the application, just electron-forge start, which will take care of compiling everything properly. In development you can use Ctrl+R to reload the webpage of the current window for faster iterations (note that this does not reload any code outside the browser window environment, e.g. index.ts and the like!)

Running the server

To start the APIs up, just use:

npm run serve

About

The new-new-new (is that enough news?) -new launcher and updater for Atmosphir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.0%
  • CSS 9.6%
  • HTML 5.4%