Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 726 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 726 Bytes

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