React web app to control TGS
CI Badges | |
---|---|
Linting |
last 5 chrome version last 5 firefox version last 3 edge version last 5 opera version last 3 safari version
- Install Node.JS from https://nodejs.org/en
- Install yarn by
corepack enable
- Clone this repository
- Run
yarn
oryarn install
on the cloned repository
To run a test server, make sure you have ran yarn
or yarn install
beforehand to install dependencies then simply run yarn start
, the first build may take anywhere from a dozen of seconds to 2 minutes depending on your machine but subsequent changes to the file system will get picked up by the dev server and those will usually be built much faster. The app will hot swap components.
Make sure to run yarn
or yarn install
again if you pull in new changes from the repo
start | Starts a development server that listens on 0.0.0.0:8080 The server will watch for changes in the file system to recompile |
generate-api | Redownloads the api spec from tgstation-server and generates typings and the axios backend. |
build | Builds a production version in /dist |
lint | Runs eslint on the codebase to check for errors |
lint-fix | Runs eslint on the codebase to check for errors but also attempts to fix said errors |
build-dev | Builds a development version in /dist |
This work is licensed under AGPL-3.0. See the LICENSE file for more information.