Skip to content

React application for interacting with tgstation-server

License

Notifications You must be signed in to change notification settings

tgstation/tgstation-server-webpanel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgstation-server-webpanel

Developing

Installing Dependencies

  1. Install node.js v20 or later.
  2. Install watchman.
  3. Run corepack enable.
  4. Run yarn to install dependencies.

Running the Dev Server

Run yarn dev to start the dev server.

The panel will be hosted out of http://localhost:5173/

Storybook will be hosted out of http://localhost:6006/

Building

Run yarn build to package the panel for distribution. Output will be placed in the dist folder.

License

This work is licensed under AGPL-3.0. See the LICENSE file for more information.