two-shots-later / vitruvian-vtt

A TTRP companion that is free, open-source and supported by the community.
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link
dnd open-source role-playing-game-tool ttrpg

Vitruvian VTT

Vitruvian VTT is a VTT system that is meant to bring all of the advantages of online VTT's to the kitchen table. It is free, extendable, and open source. All modules are maintained by the community.

Contributing

As the project is very early, it may be a little hard to contribute. If you want to help, you can find an issue, fork the repo, make the change, and then create a PR. More in dept details for contributing can be found in the CONTRIBUTING.md file.

For the desgin philosophy of this project, check this page out : https://github.com/two-shots-later/vitruvian-vtt/wiki/Vitruvian-VTT-Philosophy

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

Recommended IDE Setup

Template created! To get started run: cd vitruvian-vtt npm install npm run tauri android init npm run tauri ios init

For Desktop development, run: npm run tauri dev

For Android development, run: npm run tauri android dev

For iOS development, run: npm run tauri ios dev