/tabletop

Table top RPG manager

Primary LanguageTypeScriptMIT LicenseMIT

🐉 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