An open API service indexing awesome lists of open source software.

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

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.