https://github.com/alef83/rpgm
Role Playing Game Mastery is tool for D&D
https://github.com/alef83/rpgm
docker docker-compose dotnet-core2 golang javascript react
Last synced: about 1 year ago
JSON representation
Role Playing Game Mastery is tool for D&D
- Host: GitHub
- URL: https://github.com/alef83/rpgm
- Owner: AleF83
- License: mit
- Created: 2018-01-15T06:55:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T04:31:46.000Z (about 1 year ago)
- Last Synced: 2025-04-23T05:44:21.764Z (about 1 year ago)
- Topics: docker, docker-compose, dotnet-core2, golang, javascript, react
- Language: JavaScript
- Homepage:
- Size: 4.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Role Playing Game Mastery
[](https://opensource.org/licenses/MIT)
[](https://github.com/prettier/prettier)
[](https://travis-ci.org/AleF83/RPGM)
[](https://waffle.io/AleF83/RPGM)
## 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
- [Git](https://git-scm.com)
- [Docker](https://www.docker.com/get-docker)
### Linux/macOS
```bash
# Clone repo
git clone https://github.com/AleF83/RPGM
# Build project
yarn build
# Run
yarn start
```
Open `http://localhost` in browser
## Testing
```bash
# Build tests
yarn test:build
# Run tests
yarn test
# Tear down
yarn test:stop
```
## License
This project is under MIT License. See the [LICENSE](LICENSE) file for the full license text.