Nuclear Documentation
Nuclear - Music streaming app for your desktop
Last updated
pnpm dev # Run player (and UI) in dev mode
pnpm dev:remote # Same, but binds Vite to 0.0.0.0 so the remote control UI is reachable from other devices
pnpm build # Build all packages
pnpm lint # Lint all packages
pnpm test # Run all tests
pnpm test:coverage # Run tests with coverage
pnpm type-check # TypeScript checks
pnpm tauri # Tauri CLI for the player
pnpm storybook # Run Storybook