We're Team Budget Party! Our team includes developers, designers, a publisher, a curriculum writer and educators from Open SAvannah, the Savannnah Morning News.
We are interested in the health of our civic fabric and we are excited about the potential for youth inclusion in the decision making process of local government.
Thanks for coming here to learn more!
Budget Party was built to help people understand and augment a city budget for Savannah. It is an interactive app that is best used in context of a "Budget Party" event.
Historically, Budget party events have 4 parts:
- A budget Overview. A quick presentation is given to people that primes them on the city budget, specifically the parts that citizens can influence.
- Budget Party App Use. People get into small teams with neighbors to go through the app and allocate funds to different departments.
- Judging A selection of people with real city budgeting experience judge the submitted budgets and choose a winner based on the night’s criteria.
- Panel Discussion Once judging is done there is an open discussion on budgeting based on the submitted budgets, feasibility, and real world budgeting experience from the panelist/judges.
Read about the history of Budget Party which includes information on the inception of the project and our Mozilla Grant funding.
The Budget Party team is currently on pause. Budget season in Austin is over for 2017 but we are working to evaluate how best to move forward with the project to be ready for the 2018 budget season.
Got an idea? Reach out to the team! Community feedback is valuable in helping us evaluate our next steps. How can we make Budget Party more valuable for you?
This project has received contributions from some wonderful volunteers. We would love to add your name to the list below. Over the course of this project, we have opportunities to help with design, development, QA & testing, writing, and more. To contribute, you can:
- Report a bug or request a feature by opening a new issue.
- Review open issues and leave a comment if you'd like to help or if you need more information.
For more information on how to get invovled check out CONTRIBUTING.md.
Also view our list of contributors.
This project has a dependency on Node and npm. Make sure they are install on your machine by running the following commands:
node -v
npm -v
This should return the version number of your install. If it doesn't Google how to install Node & npm for your operating system. Maybe these links could help you?
Once you have cloned this repo to you local machine, open the app
directory in your Terminal.
cd app
npm install
npm start
- visit http://localhost:3000 in your browser
npm run build
npm run deploy