mhornbacher / tabletop

Table top RPG manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‰ TableTop

The one and only TableTop RPG manager for people who play around the table. Specifically designed for Dungeons and Dragons 5th Edition. However it can and will be adapted to other game systems as necessary.

It is designed to be used on a Desktop/Tablet environment due to the complexity of the feature set and is not mobile phone friendly.

πŸ‘©β€πŸ’» Development

Use the following command to start the development environment:

npx lerna run dev

Use the following command to run the unit tests:

npx lerna run test

Use the following command to run a prodocution build:

npx lerna run build

πŸ“¦ Technologies / Dependencies

This app is built as a monolith application using a monorepo structure. Docker is used for service dependencies and Lerna is used to start all the services for local development.

This program is built with Typescript, React, and uses the following libraries/tools:

πŸ“ License

This project is licensed under the MIT License - see the LICENSE.md file for details.

πŸ“š Resources

About

Table top RPG manager

License:MIT License


Languages

Language:TypeScript 52.7%Language:MDX 35.5%Language:SCSS 6.4%Language:JavaScript 3.7%Language:HTML 1.7%