https://github.com/fcor/webxr-ui
https://github.com/fcor/webxr-ui
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcor/webxr-ui
- Owner: fcor
- Created: 2025-01-07T15:23:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-24T14:14:48.000Z (over 1 year ago)
- Last Synced: 2025-03-17T13:56:24.560Z (over 1 year ago)
- Language: JavaScript
- Size: 642 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WebXR Template
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this following commands:
``` bash
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
```