Skip to content
/ cave Public

iOS and Android app for Devfest Lagos 2024, built with Flutter. Maintained by @Mastersam07, @CoderNamedHendrick, @DairoIyin.

Notifications You must be signed in to change notification settings

GDG-W/cave

Repository files navigation

devfest24

Trigger Conference App Android/iOS Build Trigger Volunteer App Android/iOS Build Deploy Catalog

Description

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.

Getting Started

- Fork the Repository

- Clone Your Fork

git clone https://github.com/yourUserName/cave.git

- Install Melos

dart pub global activate melos

- Bootstrap the Repository

Setting up the repository involves multiple steps, including installing dependencies, bootstrapping, and generating necessary files

- Navigate to the cloned repository:

cd cave

- Fetch and install dependencies for the project:

flutter pub get

- Using Melos, bootstrap the project

This step links inter-dependent packages in the repo, ensuring they work together seamlessly:

melos bootstrap

- Generate any necessary build files

melos generate

About

iOS and Android app for Devfest Lagos 2024, built with Flutter. Maintained by @Mastersam07, @CoderNamedHendrick, @DairoIyin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages