Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1007 Bytes

File metadata and controls

45 lines (29 loc) · 1007 Bytes

SHPE Mobile App 2025

A mobile application developed for the Society of Hispanic Professional Engineers (SHPE) UCF chapter.

🛠 Tech Committee Installation Instructions

Follow these steps to set up the project on your local machine:

1. 📥 Download Flutter

Install Flutter by following the instructions at:
https://docs.flutter.dev/get-started/install

2. ✅ Verify Your Installation

Once Flutter is installed, open a terminal and run:

flutter doctor

This checks for any missing dependencies and confirms your Flutter setup.

3. 🔁 Clone the Repository

In your terminal, run the following:

git clone https://github.com/cataon03/shpe-mobile-2025.git
cd shpe-mobile-2025

4. 📦 Install Dependencies

Run this command to download all Flutter packages:

flutter pub get

5. 💻 Open in VS Code

If you're using Visual Studio Code, open the project by running:

code .