An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Role Playing Game Mastery

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Build Status](https://travis-ci.org/AleF83/RPGM.svg?branch=master)](https://travis-ci.org/AleF83/RPGM)

[![Waffle.io - Columns and their card count](https://badge.waffle.io/AleF83/RPGM.svg?columns=all)](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.