Skip to content

parthpatelsj/webspatial-hackathon

Repository files navigation

WebSpatial XR App

A WebSpatial application for Apple Vision Pro and other XR devices, built with React, TypeScript, and Vite.

Getting Started

Install dependencies

npm install

Start development server

npm run dev

Runs on a local HTTPS server at: https://localhost:5173

Build for production

npm run build

Preview production build

npm run preview

Deploy to Vercel

npx vercel --prod

Or connect your GitHub repository to Vercel for automatic deployments.


📂 Project Structure

├── src/
│   ├── main.tsx                # App entry point with spatial setup
│   ├── App.tsx                 # Main application component
│   ├── App.css                 # Component styles
│   ├── index.css               # Global styles
│   └── utils/
│       └── xr.ts               # XR scene utilities
├── public/
│   └── manifest.webmanifest    # PWA + XR configuration
├── index.html
├── vite.config.ts
├── tsconfig.json
└── vercel.json

Resources

  • WebSpatial Documentation
  • Vite
  • React

📄 License

MIT


About

WebSpatial Q4 Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors