/NeoPET

Mobile app for Flarum (flarum.org) made with Ionic

Primary LanguageJavaScript

NeoPET logo NeoPET

Join the chat at https://gitter.im/PETComputacaoUFPR/neopet

An Ionic app made for PET's internal forum Flarum

Notice

  • Flarum is still in beta and should not be used in production.
  • NeoPET is custom made for use at PET Computação and may not suit your needs.

Install

You will need NPM, Cordova and Ionic installed

NPM

Install NPM with Node.js. Follow the site instructions: https://nodejs.org/en/

Cordova and Ionic

npm i -g cordova ionic

Build You can build the app for both Android and iOS. Add the platform and run/emulate it.

  • Android:
    • ionic platform add android
    • ionic emulate android or ionic run android

For iOS, just change the platform from android to iOS