Skip to content

psf/pycon-us-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCon US Mobile

This application provides on-site tools for PyCon US Attendees, Sponsors, and Staff!

Table of Contents

Getting Started

  • Download the installer for Node LTS.
  • Clone this repository: git clone https://github.com/psf/pycon-us-mobile.git.
  • Run make install from the project root.
  • Run make serve in a terminal from the project root.
  • Profit. πŸŽ‰

Note

See How to Prevent Permissions Errors if you are running into issues when trying to install packages globally._

Contributing

See CONTRIBUTING.md πŸŽ‰πŸ‘

Deploying

Progressive Web App

  1. Un-comment these lines
  2. Run ionic build --prod
  3. Push the www folder to your hosting service

Android

  1. Run ionic cap run android --prod

iOS

  1. Run ionic cap run ios --prod

Building for deployment

  1. Bump versions and build numbers in android/app/build.gradle and ios/App/App.xcodeproj/project.pbxproj like this.
  2. Run make capsync to build production application bundle, generate a live updates manifest, and sync ios/android workspaces
  3. Run npx cap open ios to open XCode, Product > Archive to build the image, Distribute App > App Store Connect to upload
  4. Run npx cap open android to open Android Studio, Build > Generate Signed App Bundle / APK, Android App Bundle > Next, Select Key > Next, choose release variant > Next, locate app bundle, login to Play Console to upload

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published