This is a small open-source project to create tailored and dynamic bulk document using templating and simple data formats. Its aim is to be easy to use for everyone, while allowing for advanced document customization. It provides an editor usable on the web and as a desktop app.
You need to install Rust, Node, and npm to have all the dependencies of this project.
choco install rustcurl https://sh.rustup.rs -sSf | shnpm install -D vite
To launch the web front without the tauri app, go to src :
vite devTo launch the tauri app, go to the root of the project and run :
cargo tauri devThis template should help get you started developing with Tauri, Preact and Typescript in Vite.