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.
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
This template should help get you started developing with Tauri, React and Typescript in Vite.
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