Mecklenburg County Open Data Viewer built with Next.js project bootstrapped with create-next-app.
Site: https://gis.mecklenburgcountync.gov/opendata-viewer
- Added Disclaimer modal popup
- Mobile friendly
Node.js is required to run the development and build systems, and git is required to use the versioning system.
git clone https://github.com/gencharitaci/opendata-viewer.gitcd opendata-viewer
npm installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3004/opendata-viewer with your browser to see the result.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
npm run buildTo learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository
