https://github.com/eanders-ms/altjac
Experiment to control AltspaceVR with Jacdac gadgets
https://github.com/eanders-ms/altjac
Last synced: 10 months ago
JSON representation
Experiment to control AltspaceVR with Jacdac gadgets
- Host: GitHub
- URL: https://github.com/eanders-ms/altjac
- Owner: eanders-ms
- Created: 2021-10-13T04:38:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T19:34:07.000Z (over 4 years ago)
- Last Synced: 2025-03-28T03:42:04.114Z (about 1 year ago)
- Language: TypeScript
- Size: 2.4 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AltJac
## Setup
### Clone the repo
```
git clone ...
```
### Install dependencies
```
yarn install
```
## Build and run
### Start the server
```
yarn start
```
This runs [parcel](https://parceljs.org/), a local web server. It will rebuild the project and hot reload as you make code changes.
### Host in Jacdac devtools
In AltJac, click the "Open Dev Tools" button. This will host AltJac side-by-side with the Jacdac dev tools.