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.
- Production: https://visionzero.austin.gov/editor
- Staging: https://visionzero-staging.austinmobility.io/editor
-
Configure the environment. Create a file called
.env.localhere, in the root of the/editorsubdirectory. Save the contents of the 1Password item called Vision Zero Editor (VZE) Environment File into this file. -
Activate your Node environment - requires
nvm.
nvm use- Install required packages
npm install- Finally, start the app
npm run dev
Visit http://localhost:3002 with your browser to see the result
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.
