nash-grave-plot
nash-grave-plot copied to clipboard
Web app to view cemetery information for Nashville, Tennessee.
NashGravePlot
Web app to view cemetery information for Nashville, Tennessee. Data comes from Davidson County Cemetery Survey.

How to develop
I'm using node v23.11.0 and npm 11.4.1 on macOS.
npm install
npm start
To deploy GitHub Pages site, first modify package.json to
change the homepage field based on your GitHub URL, then:
npm run deploy
Thanks
Thank you to the folks behind these great tools and libraries:
- Nashville Open Data Portal - for providing the data
- react-responsive-masonry - for the photo gallery
- React Table
- React Router