Skip to content

Commit

Permalink
Merge pull request #188 from vircadia/master
Browse files Browse the repository at this point in the history
Bring the `fix/audio` branch up to date with `master`.
  • Loading branch information
Gigabyte5671 authored Oct 3, 2023
2 parents 30a6987 + b1bf21e commit e49d1fa
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 294 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ quasar.config.js
/src-cordova
/src-ssr
/src/libs
vircadia-web-sdk
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Vircadia Web

![Alt](https://repobeats.axiom.co/api/embed/52cc737e78701f8a1302f7f9f3dd2fdaf8296f2d.svg "Repobeats analytics image")

## ⚠️ Early Developer Alpha ⚠️
### The Vircadia web client is in Early Developer Alpha! There will be unimplemented features and bugs.
***Please take a moment to check the list of issues and file an issue if one does not exist already.
Expand Down Expand Up @@ -44,6 +46,11 @@ or
yarn
```

If you want to use a local copy of the Vircadia Web SDK, from a directory beside the web app's:
```sh
npm run install-local-web-sdk
```

## Run, Compile, and Test

### Customization Options
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"build-quasar-dev": "quasar dev",
"lint": "eslint --ext .js,.ts,.vue ./",
"create-version": "node build_scripts/createVersion.js",
"copy-workers": "node build_scripts/copyWorkers.mjs",
"update-contributors": "git-authors-cli"
"update-contributors": "git-authors-cli",
"install-local-web-sdk": "npm install file:../vircadia-web-sdk --no-save",
"copy-workers": "node build_scripts/copyWorkers.mjs"
},
"dependencies": {
"@babylonjs/core": "^6.4.1",
Expand Down
Loading

0 comments on commit e49d1fa

Please sign in to comment.