Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 3, 2019. It is now read-only.

CodeTanzania/emis-dashboard

Repository files navigation

EMIS Dashboard

Dashboard for Emergency Management Information System.

Development

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

  • Clone this repo by
git clone git@github.com:CodeTanzania/emis-dashboard.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.

Packages

Contributors