- Setup Firebase CLI
- Replace
create-expo-next-firebase-app
from .firebaserc, firebase-hosting-deploy.yml to your firebase app id. - Add
FIREBASE_SERVICE_ACCOUNT_CREATE_EXPO_NEXT_FIREBASE_APP
to your repository's action secret.
# Install dependencies
$ yarn
# Launch Next.js dev server
$ yarn start
# Launch Expo Web Application
$ yarn web
# Launch Expo Android Application
$ yarn android
# Launch Expo iOS Application
$ yarn ios
# Build Static Site from Next.js
$ yarn build
# Run test cases
$ yarn test
# Format and fix codes
$ yarn lint