Run command: bun run tdev
- Tauri
- Rust Analyzer
- Prettier
- Eslint
Follow this guide from official site
This project using Bun as a project runtime,
run: npm i -g bun
to install it
Using postgresql, you can use docker, wsl, or postgres for windows
To create a new migration file:
bun run migration:create newTableName
To run current migration file:
open bin/migration-up.sh