An open API service indexing awesome lists of open source software.

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

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.