A shared core library powering multiple music streaming applications (Weezify, RiverTunes, and more?).
Boxify serves as the foundation for our family of music streaming apps. The core functionality is centralized here, making it easier to maintain consistency across all applications.
- The main functionality is located in the
lib/
directory - When developing for specific apps (like Weezify), you'll primarily work with code in this directory
- Any changes made here will affect all dependent applications
For detailed setup and usage instructions, please refer to:
If you're interested in contributing or running Boxify locally:
- Check out the documentation in
examplify/README.md
- Follow the setup instructions provided there
- Make your changes in the appropriate
boxify/lib/
subdirectory
If you want to work with the Firestore database directly, there is another repo called boxify-scripts
that contains the scripts.