Dependency scanner.
⚠️ This project is still in Beta. Bugs are expected, please run it in a controlled environment.
You need Rust and PNPM to run this project. Once the system is setup, you can clone this repository:
git clone --depth 1 https://github.com/atilafassina/pulsar
Change directory inside the project, install dependencies, and run development server.
cd pulsar && pnpm install && pnpm tauri dev
💡 Tauri will run the Vite dev server and then trigger the Rust build. First Rust build takes a little longer, but should still be less than a minute.
If you like this SolidJS + Tauri + TailwindCSS setup, this project is built upon my template: create-solidjs-tailwind-tauri.