Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 622 Bytes

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.