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