https://github.com/ds17f/deadly-monorepo
A monorepo for an Android and iOS Grateful Dead Music Player
https://github.com/ds17f/deadly-monorepo
Last synced: about 2 months ago
JSON representation
A monorepo for an Android and iOS Grateful Dead Music Player
- Host: GitHub
- URL: https://github.com/ds17f/deadly-monorepo
- Owner: ds17f
- Created: 2025-10-11T05:00:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-06-07T01:23:05.000Z (about 2 months ago)
- Last Synced: 2026-06-07T03:42:17.554Z (about 2 months ago)
- Language: Kotlin
- Homepage: https://docs.thedeadly.app/
- Size: 19.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
- Agents: AGENTS.md
Awesome Lists containing this project
README
# TheDeadly
**The ultimate Grateful Dead concert streaming app for iOS and Android**
TheDeadly brings you thousands of live Grateful Dead concerts from the Internet Archive, delivered through modern, native mobile applications designed specifically for Deadheads.
## About
This monorepo contains the native iOS (Swift) and Android (Kotlin) applications for TheDeadly. The app provides:
- Access to thousands of Grateful Dead live recordings from the Internet Archive
- Advanced search by songs, band members, cities, venues, dates, and tours
- Personal library with favorites, playlists, and listening history
- Curated experience with normalized data and intuitive navigation
- Pristine audio quality streaming
## Getting Started
### Clone the Repository
```bash
git clone https://github.com/ds17f/TheDeadlySite.git
cd deadly-monorepo
```
### View Documentation
The repository includes comprehensive documentation powered by MkDocs. To view the documentation locally:
```bash
cd docs
pip install -r requirements.txt
mkdocs serve
```
Then open your browser to `http://127.0.0.1:8000/`
The documentation includes:
- Developer guides and setup instructions
- CI/CD pipeline information
- Version management guidelines
- Legal information and privacy policy
## Documentation
For detailed information about:
- Building and running the iOS and Android apps
- Development guidelines and coding standards
- Testing requirements and coverage targets
- Contributing to the project
**Please refer to the [full documentation](docs/docs/index.md)** or run the docs locally as described above.
## Quick Links
- [Developer Overview](docs/docs/developer/index.md)
- [CI/CD Documentation](docs/docs/developer/ci-cd.md)
- [Privacy Policy](docs/docs/privacy.md)
## License
See project documentation for licensing information.