agrc / parcels

A web application for viewing Utah parcel data
https://parcels.utah.gov
MIT License
2 stars 0 forks source link
government-app terraform-managed website

Utah Parcel Viewer

firebase deploy code style: prettier Conventional Commits Standard Version

This application allows people to find and view the information UGRC has available for all of the county parcels in Utah.

parcels.utah.gov

More information about the parcel source data can be found on cadastre data page our website.

This application is displaying the UGRC aggregated Utah Statewide Parcels ArcGIS Online service.

Development

Set up

Checkout repository and install dependencies

git clone https://github.com/agrc/parcels.git
cd parcels
npm install

Secrets

Create a .env.local file

VITE_DISCOVER_KEY=
VITE_API_KEY=
VITE_FIREBASE_CONFIG=

Deployment

When commits are pushed to the main or dev branch, a GitHub action is triggered and the website is deployed to Firebase Hosting.

GitHub environments are used with this project to enable deployments to production and development.

Create two environments

Within these two environments add the following secrets

This project uses conventional commits and release please to manage the change log and version.