Skip to content

Latest commit

Β 

History

History
47 lines (29 loc) Β· 1.67 KB

README.md

File metadata and controls

47 lines (29 loc) Β· 1.67 KB

πŸ‘‹πŸΌ Hello!

Project Description

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.

Dev Getting started

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

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