Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.11 KB

Zoning-Generator

This is the code for https://www.phila.gov/zoning-summary-generator/.

Make changes in the main branch or branch off it. If you branch off, then do a pull-request to put the changes into main. They will be pushed to the dev app: https://www.phila.gov/zoning-summary-generator-dev/.

If the dev app https://www.phila.gov/zoning-summary-generator-dev/ looks good, then do a pull-request and move the changes to the production branch. They will be pushed to the production app: https://www.phila.gov/zoning-summary-generator/

The old repo has been archived.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint