Database tooling that runs everywhere.
Download and install Node.js from nodejs.org.
npm installWe use Tauri to build the desktop app. Follow the installation guide to setup Rust and Tauri.
You may need to restart your terminal or IDE after installing Rust for the first time.
npm run devnpm run tauri devInitial launch may take a while as Vite needs to optimize some dependencies.
npm run buildnpm run tauri buildIt's recommended to check types before pushing changes to make sure the app can be built successfully.
npm run type-checkLint with ESLint
npm run lint