This project provides a gallery of AR (Augmented Reality) experiences using A-Frame and WebXR.
server.js: Main application serverprojects/: AR project filesshared/: Shared componentsdebug/: Debug tools and tests
- Main Application:
npm start(port 8080) - Debug Server:
npm run debug(port 8081) - Both Servers:
npm run start-all
See docs/ directory for detailed documentation.
For development tools, see the debug/ directory.