This project was built for Quaker Social Action to help bring awareness to the average cost of funerals, what you actually need to arrange a funeral and what are extras.
Web app designed to calculate a regional average funeral costs.
If you want to contribute:
git clone git@github.com:quaker-social-action/dte-website.git
cd dte-website
npm install
harp server --port 9000
(you can change this to any port you like)harp compile
To run the css(scss) file, you need to:
cd public/css
sass --watch stylesheet.scss:stylesheet.css