Play multiplayer games with your friends on the web!
install dependencies
$ npm installrun the command
$ cd make-multiplayer
$ npm run dev- set your Chrome browser 'Developer mode' up
- click 'Load unpacked', and select
make-multiplayer/buildfolder
- access
http://0.0.0.0:3000/ - when debugging popup page, open
http://0.0.0.0:3000//popup.html - when debugging options page, open
http://0.0.0.0:3000//options.html
After the development of your extension run the command
$ npm run build