Documentation for PyTauri, a Python wrapper for Tauri. Made with VitePress.
NOTE: This documentation is still a work-in-progress. For the latest documentation, click here
- The current documentation, while very in-depth, is quite hard to read for new developers (especially those unfamiliar with Rust/ Tauri).
- The structure of the documentation is not user-friendly: Commands are explained in two places here and here. While there are some differences, they are nearly identical.
- I always found
Material for MkDocs
unappealing to look at, and I am a big fan ofvite
/vue
, so this was a great excuse to try outvitepress
. It also allows for easy customization if desired.
- Clone the docs
- Run
pnpm install
, or your package manager equivalent. - Run
pnpm run docs:dev
to start the development server.