Bailatory is a Desktop app for print students Bills.
- React
- MaterailUi
- Typescript
- Tauri
- Sqlite
Design Inspired from mantis-free-admin-template
- Rust, cargo
- Nodejs and a package manager
-
clone repo
git clone https://github.com/AashisMhj/billatory.git
- install packages
Before install package change the command in tauri.config from yarn to the package manager you are using
# install cargo packages
cd src-tauri
cargo build
## install npm packages
cd ..
yarn
## running in development mode
yarn tauri dev
## build
yarn tauri build
yarn upgrade
# upgrade to latest
yarn upgrade --latest
## update rust packages
cd src-tauri
cargo update