packages/docs/README.md
Nuclear is a free, open-source music player without ads or tracking. Search for any song or artist, build playlists, and start listening. This documentation is for both users and developers.
| Site | Website |
|---|---|
| Website | https://nuclearplayer.com/ |
| Github | https://github.com/nukeop/nuclear |
| Discord | https://discord.gg/JqPjKxE |
| Mastodon | https://fosstodon.org/@nuclearplayer |
| Gitbook | https://docs.nuclearplayer.com |
This is a pnpm/turbo monorepo with these major packages:
Run these from the repo root:
pnpm dev # Run player (and UI) in dev mode
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