Skip to content

puterstructions/wtfdiw-mobile

Repository files navigation

WTFDIW Build Status

You can download the latest build of the Android APK [here].

Work in progress is organized in Waffle

Run the app locally...

  • via Docker: docker run -p 80:8100 puterstructions/wtfdiw-mobile
  • by building it yourself:
npm install
ionic state restore
ionic serve

Building ionic-native locally for forked changes:

cd ionic-native && npm install
npm run build
npm link

cd wtfdiw-mobile
npm link ionic-native