-
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 2 core phases:
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
This will be announced later.
We are kicking off this project on January 13th.
- Report a bug or request a feature by opening a new issue.
- Leave a comment if you'd like to help or if you need more information.
This project has a dependency on Node and npm. Make sure they are installed 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