Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 493 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 493 Bytes

giveanet.org

This is the code running giveanet.org, a website I made to try and donate 10,000 mosquito nets to people in countries affected by malaria. Donations go directly to the Against Malaria Foundation, where 100% of the money is used to buy nets.

Development Setup

Build

docker-compose build

Run

./util/start.sh

Uncomment out the testing service in docker-compose.yml to run integration tests.