Skip to content

miketheman/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 2023 Attendees, Sponsors, and Staff!

Table of Contents

Getting Started

  • Download the installer for Node LTS.
  • Install the ionic CLI globally: npm install -g ionic
  • Clone this repository: git clone https://github.com/ionic-team/ionic-conference-app.git.
  • Run npm install from the project root.
  • Run ionic 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 πŸŽ‰πŸ‘

App Preview

Material Design iOS
Android Menu iOS Menu
Material Design iOS
Android Schedule iOS Schedule
Material Design iOS
Android Speakers iOS Speakers
Material Design iOS
Android Speaker Detail iOS Speaker Detail
Material Design iOS
Android About iOS About

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 cordova run android --prod

iOS

  1. Run ionic cordova run ios --prod

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.5%
  • HTML 27.1%
  • SCSS 10.0%
  • JavaScript 2.9%
  • Swift 1.5%
  • Java 0.5%
  • Ruby 0.5%