Changes between Version 12 and Version 13 of Ushahidi


Ignore:
Timestamp:
05/30/16 21:57:54 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ushahidi

    v12 v13  
    7070git clone https://github.com/ushahidi/platform-client.git
    7171}}}
     721. Install dependencies
     73{{{
     74cd platform-client
     75npm install -g gulp
     76npm install
     77}}}
     781. build client
     79{{{
     80BACKEND_URL=http://myapi.server/
     81gulp build
     82}}}
     83
     84
     85