Web app to view cemetery information for Nashville, Tennessee. Data comes from Davidson County Cemetery Survey.
I'm using node v23.11.0 and npm 11.4.1 on macOS.
npm install
npm startTo deploy GitHub Pages site, first modify package.json to
change the homepage field based on your GitHub URL, then:
npm run deployThank 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
