Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 938 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 938 Bytes

giveThanks

Data visualization of ingredients served at Thanksgiving 2015 from FiveThirtyEight dataset.

You can view a live demo of this project here.

alt text

Setup for development

  • Requrires node to run locally
  • Clone the repository
  • Install dependencies with npm install
  • Run locally with npm run start (for development)
  • Build for production with npm run build
    • This creates a dist/ folder within the directory with all necessary assets bundled for deployment

Created for SCMP368: Software Development at Kenyon College by @milesshebar, @hoode15, and @flynnshannon.