This project was bootstrapped with Create React App.
Before running the application, you need to set up the environment variables:
cp .env.template .envEdit the .env file to configure your environment:
REACT_APP_STANDALONE: Set totrueto run with local test models,falseto connect to backendREACT_APP_BACKEND_URL: Backend server URL (required when standalone is false)REACT_APP_REQUIRE_AUTH: Set totrueto enable authenticationREACT_APP_AUTH_BACKEND_URL: Authentication server URL (required when auth is enabled)
npm installIn the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Runs ESLint to check and fix code quality issues.
Formats code using Prettier.
Copyright (c) 2025 Computer Vision for Smart Structure (CViSS) Lab, University of Waterloo
This project is licensed for research and educational purposes only. Commercial use is strictly prohibited.
- ✅ Academic research and educational use
- ❌ Commercial use of any kind
- ❌ Publication or redistribution of the included data
- ❌ Use of data for other research or commercial purposes
See the LICENSE file for full details.