Skip to content

realm-ttrpg/web-interface

Repository files navigation

Realm TTRPG web interface

A web interface for use with the associated bot software and API server to facilitate the play and administration of tabletop roleplaying games

realm

Installing

First, make a src/.env file from the provided src/.env.example file, replacing the placeholder values with your own Discord client ID and Realm API server address.

Then, build the static site:

npm login --scope @haliphax  # password is your GitHub auth token
npm run build

Running

Either serve the contents of the html/ folder yourself or use the development server:

npm run dev