Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 666 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 666 Bytes

Taarifa Mobile

Prototype mobile client for the Taarifa API built using the Gaia building blocks from Firefox OS.

Getting started

  1. Install grunt globally: npm install -g grunt
  2. Install bower globally: npm install -g bower
  3. Install build dependencies npm install
  4. Install components bower install
  5. Build the app: grunt build
  6. Serve the app locally: grunt server