Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danburonline/augmented-words
https://github.com/danburonline/augmented-words
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danburonline/augmented-words
- Owner: danburonline
- License: mit
- Created: 2023-01-28T14:50:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T20:27:19.000Z (12 months ago)
- Last Synced: 2024-01-27T21:38:08.113Z (12 months ago)
- Language: TypeScript
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Augmented Words
![Visualisation of final idea](docs/augmented-words.png)
## Quick setup
1. Install all dependencies via `pnpm install`
2. Run `pnpm dev` to start the development server
3. Be sure to have the Meta Quest Developer Hub application installed
4. Open the Meta Quest Developer Hub application and connect the Meta Quest via a cable
5. Forward the local port `3000` to the Meta Quest via `adb reverse tcp:3000 tcp:3000`### Debugging
In order to inspect the elements of the app running inside the browser of the Meta Quest or to e.g. also read the outputs of the console, you can open a Chrome browser and navigate to `chrome://inspect/#devices`. There you can find the Meta Quest and can inspect it.