Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.39 KB

File metadata and controls

40 lines (24 loc) · 1.39 KB

Vision Zero Editor (VZE)

Vision Zero Editor

The Vision Zero Editor (VZE) enables City of Austin staff to view and edit traffic crash records. It's the central application that supports the City's Vision Zero program and related safety efforts carried out by the Transportation & Public Works Department.

Quick start

  1. Configure the environment. Create a file called .env.local here, in the root of the /editor subdirectory. Save the contents of the 1Password item called Vision Zero Editor (VZE) Environment File into this file.

  2. Activate your Node environment - requires nvm.

nvm use
  1. Install required packages
npm install
  1. Finally, start the app
npm run dev

Visit http://localhost:3002 with your browser to see the result

Deployment

Production and staging instances are deployed on Netlify automatically whenever commits are merged to production or main, respectively.

Netlify deploy previews are automatically deployed for any pull request opened against main.

We also maintain a separate Auth0 application for both production and staging.