Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 573 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 573 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

Packaging for Production

To package apps for the local platform:

npm run package