This is the community driven development repo for http://www.myanmarflood.info which is accompanied by the FloodInfo Android application.
Recently(July / August, 2015), a flood disaster has been fallen upon the Sagaing and Rakhine divisions of Myanmar. This web site is an emergency information website for providing flood related information, news as well as a site for connecting donor groups, charity communities and the public.
- Modal box is inspire on http://materializecss.com/modals.html
- Material Design Loading Spinner http://codepen.io/jczimm/pen/vEBpoL
Insatll nodejs
and npm
first
After that install gulp and bower
$ npm install -g gulp bower
Install frontend components with bower
bower install
Run gulp, it will watch file changes
$ gulp
Run application
$ npm start
The app should be running at http://localhost:3000
- Fork it ( https://github.com/MMAUG/flood-website )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
MIT