Home - HiGregory/peoplebudget GitHub Wiki

👋🏼 Hello!

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!

Project Description

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.

What's Next

We are kicking off this project on January 13th.

Contributing

  • 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.

Dev Getting started based on Austin Budget Party

See Code Repository.

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

Installation

  1. npm install

Development

  1. npm start
  2. visit http://localhost:3000 in your browser

Build

  1. npm run build

Deploy

  1. npm run deploy