https://github.com/mitevpi/urban-insights-frontend
Winning AEC Hackathon 2019 Silicon Valley Project. AR/VR Application for visualizing proposed buildings on their sites and overlaying environmental and zoning analysis.
https://github.com/mitevpi/urban-insights-frontend
a-frame analysis ar architecture city computation data design rhino smart ui vr vue vuejs
Last synced: 3 months ago
JSON representation
Winning AEC Hackathon 2019 Silicon Valley Project. AR/VR Application for visualizing proposed buildings on their sites and overlaying environmental and zoning analysis.
- Host: GitHub
- URL: https://github.com/mitevpi/urban-insights-frontend
- Owner: mitevpi
- Created: 2019-02-23T18:15:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T23:19:25.000Z (over 4 years ago)
- Last Synced: 2025-04-05T18:12:22.684Z (7 months ago)
- Topics: a-frame, analysis, ar, architecture, city, computation, data, design, rhino, smart, ui, vr, vue, vuejs
- Language: Vue
- Homepage:
- Size: 15.1 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Urban Insights
[](https://urban-insights-8sl8m3t8f.now.sh/)
[](https://github.com/mitevpi/urban-insights-frontend/wiki/Glitch)
[](https://urban-insights-api.herokuapp.com)**AEC Hackathon 2019 Silicon Valley** project.
An application for visualizing proposed buildings, their code-constraints, and environmental analyses in situ using AR & VR.## Current Deployed Build
Current build can be accessed from the "Deployment" Badge above.
## Developer Set Up
Clone the repository and run the commands below to start the development server. Navigate to localhost:8080 on your local machine to visualize.
```cmd
npm install
npm run serve
```In order to deploy this project as intended, use [Now](https://zeit.co/dashboard)'s documentation to deploy a static, serverless build of the application. Once an account has been created with Now, you should be able to run the commands below in the root of the repository to deploy.
```cmd
npm run build
now
```## Concept
### Prototype

| Mobile | Web |
| :--------------------------: | :-----------------------------: |
|  |  |### Stack
