An API server for use with the associated bot software and web interface to facilitate the play and administration of tabletop roleplaying games
First, make a config.toml
file from the provided config.example.toml
file,
providing it with any settings tweaks you wish to apply.
Then, install the server package in your Python environment of choice:
pip install -U 'realm_api@git+https://github.com/realm-ttrpg/api-server.git'
In the same directory as your config.toml
file:
python -m aethersprite.webapp