Skip to content

Instantly share code, notes, and snippets.

@keith-kurak
Last active May 1, 2026 06:14
Show Gist options
  • Select an option

  • Save keith-kurak/bb0cc268af4c90c184042a3e07f82545 to your computer and use it in GitHub Desktop.

Select an option

Save keith-kurak/bb0cc268af4c90c184042a3e07f82545 to your computer and use it in GitHub Desktop.
Working locally with your hackathon project

Working locally with your code

Setup

Get rollin'

  1. Push to GitHub
  2. Invite your friends
  3. Clone your project
  4. bun install
  5. Make a development build eas build --profile development --platform android|ios
  6. Setup Expo skills + MCP
  7. npx expo start

Huge Quality of Life bonus!

  • EAS Update
  • eas update:configure
  • Then eas update --channel production

Wrap up

  • Make a standalone build eas build --profile production --platform android|ios

Also!

Get fast builds with Expo coupon code STRV19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment