Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.33 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.33 KB

PartyRooms p2p

Chrome extension for sharing and listening sound from tab

What's inside:

Install dependencies

npm install

Development

# build files to './dev'
$ npm run dev

# run server with sockets localy
$ node sockets.js

If you're developing Inject page, please allow https://localhost:3000 connections. (Because injectpage injected GitHub (https) pages, so webpack server procotol must be https.) Load unpacked extensions with ./dev folder.

Build

# build files to './build'
$ npm run build

Compress

# compress build folder to {manifest.name}.zip and crx
$ npm run build
$ npm run compress -- [options]

LICENSE

MIT