Skip to content

eralpkaraduman/event_dot_pizza

Repository files navigation

Event.Pizza

HTTPS://EVENT.PIZZA
☝️ GET THE BETA ☝️
πŸ“ž ON YOUR PHONE πŸ“ž
🚧 OR DO STUFF 🚧

Event.Pizza is an app that helps you find professional gathering events that offer free snacks and drinks. So you can learn new things while not thinking what to eat for dinner!

This app was made to explore Flutter, the cross platform mobile app development framework.

You are very welcome to contribute to development.

# Install flutter
open https://flutter.dev/docs/get-started/install

# Launch a simulator / emulator or attach a device
flutter devices

# Run the app
flutter run

# Running firebase functions locally
firebase emulators:start --only functions

# Deploying firebase functions locally
firebase deploy --only functions

# Build & Deploy the apps
./deploy.sh

# Update iOS codesigning credentials (if necessary)
(cd ios && bundle exec fastlane update_credentials)