-
Notifications
You must be signed in to change notification settings - Fork 6
Home
We're Team PeopleBudget!
We are interested in building a Participatory and Predictive Budget for the City of Miami.
Thanks for coming here to learn more!
PeopleBudge was inspired by Austin Budget Party which was built to help people understand and augment a city budget for Austin. We will be building a web application for Miami that can educate and inform people about their budget.
The requirements given for PeopleBudget have 4 parts:
Participatory
- Budget Overview A quick presentation of the City Budget, specifically the parts that citizens can influence.
- Budget Party People get into small teams with neighbors to go through the app and allocate funds to different departments.
Predictive
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 involved 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