Role Playing Game Mastery
Purpose
RPGM (Role Playing Game Mastery) is a tool for GM/DM (Game/Dungeon Master) in D&D-like games.
Now it's at its very beginning level and it supposed to grow.
Installation
Prerequisites
Linux/macOS
# Clone repo
git clone https://github.com/AleF83/RPGM
# Build project
yarn build
# Run
yarn start
Open http://localhost
in browser
Testing
# Build tests
yarn test:build
# Run tests
yarn test
# Tear down
yarn test:stop
License
This project is under MIT License. See the LICENSE file for the full license text.