A web interface for use with the associated bot software and API server to facilitate the play and administration of tabletop roleplaying games
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
Either serve the contents of the html/
folder yourself or use the development
server:
npm run dev