This application provides on-site tools for PyCon US 2023 Attendees, Sponsors, and Staff!
- 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.
See CONTRIBUTING.md 🎉👍
Material Design | iOS |
---|---|
Material Design | iOS |
---|---|
Material Design | iOS |
---|---|
Material Design | iOS |
---|---|
Material Design | iOS |
---|---|
- Un-comment these lines
- Run
ionic build --prod
- Push the
www
folder to your hosting service
- Run
ionic cordova run android --prod
- Run
ionic cordova run ios --prod