Skip to content

CodeTanzania/emis-web-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Clone this repo by
git clone https://github.com/CodeTanzania/emis-web-alert.git
  • Then check checkout to master branch by
git checkout master
  • Then initialize git flow in the repo by
git flow init
  • Then checkout develop branch
git checkout develop
  • Install all required dependencies
yarn install
  • Then if working on a feature start by creating feature branch of what you are working on by
git flow feature start [feature_name]
  • After you are done working on a feature branch submit a PR for Review.

About

WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors