This repository contains the source code for the DevFest24 mobile applications, including:
- Conference App: The official app for attendees of DevFest24, providing event schedules, speaker details, venue information, and more.
- Volunteer App: An app designed for volunteers to help manage tasks, schedules, and communications during DevFest24.
- Cave Library: A shared component library used by both the Conference and Volunteer apps to ensure a consistent design and behavior.
This monorepo is managed using Melos to handle interdependencies between packages efficiently.
git clone https://github.com/yourUserName/cave.git
dart pub global activate melos
Setting up the repository involves multiple steps, including installing dependencies, bootstrapping, and generating necessary files
cd cave
flutter pub get
This step links inter-dependent packages in the repo, ensuring they work together seamlessly:
melos bootstrap
melos generate