https://github.com/denyncrawford/audiostream
https://github.com/denyncrawford/audiostream
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/denyncrawford/audiostream
- Owner: denyncrawford
- License: mit
- Created: 2022-05-22T16:15:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T22:19:54.000Z (about 4 years ago)
- Last Synced: 2025-02-05T11:38:24.569Z (over 1 year ago)
- Language: Vue
- Size: 71.7 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CastLab client
CastLab client for the castlab protocol
## How to use
- In the project folder:
```bash
# install dependencies
pnpm install # npm install
# run in developer mode
pnpm dev # npm run dev
# build
pnpm build # npm run build
```
## Note for PNPM
In order to use with `pnpm`, you'll need to adjust your `.npmrc` to use any one the following approaches in order for your dependencies to be bundled correctly (ref: [#6389](https://github.com/electron-userland/electron-builder/issues/6289#issuecomment-1042620422)):
```
node-linker=hoisted
```
```
public-hoist-pattern=*
```
```
shamefully-hoist=true
```