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.
# Clone repo
git clone https://github.com/AleF83/RPGM
# Build project
yarn build
# Run
yarn start
Open http://localhost
in browser
# Build tests
yarn test:build
# Run tests
yarn test
# Tear down
yarn test:stop
This project is under MIT License. See the LICENSE file for the full license text.