Contribution Guide
Ushahidi Platform USSD Service Contribution Guide.
Source Codes
Clone from GitHub
Change directory into source code
Checkout to new branch e.g. feat/new-feature
Setup Local Development
Create Python Virtual Environment
Install Redis (Optional if using hosted Redis)
Install dependencies using:
pip install -r requirements.txt
Run server using:
python app.py
Expose localhost using Ngrok (for use by USSD Provider)
Report or Feature Request
To report an issue or request for a feature, kindly create an issue with useful tags here
Last updated