Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 809 Bytes

README-old.md

File metadata and controls

36 lines (22 loc) · 809 Bytes

Overview

Frontend for TF2-RCON-MISC CLI-Tool, showing players, allowing actions etc.

Work in progress.

Development

Install

Clone the repo and install dependencies:

npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Note: Don't kill the program with CTL+C on windows, cause the sub-process (tf2-rcon) will still be running and not being able to start on next startup cause of blocked listening port. (electron/electron#5273)

Packaging for Production

To package apps for the local platform:

npm run package