MMAUG / flood-website

Web version of Myanmar Flood information
http://myanmarflood.info/
MIT License
7 stars 7 forks source link

Website for Myanmar Flood 2015 07/08

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.

Credits

Development

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

Contributing

  1. Fork it ( https://github.com/MMAUG/flood-website )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

LICENSE

MIT