Web app to view cemetery information for Nashville, Tennessee. Data comes from Davidson County Cemetery Survey.
I'm using node v19.1.0 and npm 8.19.3 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
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