CodeTanzania / emis-web-alert

WIP
1 stars 1 forks source link

EMIS Alerts Dashboard

Dashboard for Emergency Management Information System Alerts.

Development

We are using git flow workflow for our source code management. Please start by

git clone https://github.com/CodeTanzania/emis-web-alert.git
git checkout master
git flow init
git checkout develop
yarn install
git flow feature start [feature_name]