Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 672 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 672 Bytes

Make Multiplayer

Play multiplayer games with your friends on the web!

Developing

install dependencies

$ npm install

run the command

$ cd make-multiplayer

$ npm run dev

Chrome Extension Developer Mode

  1. set your Chrome browser 'Developer mode' up
  2. click 'Load unpacked', and select make-multiplayer/build folder

Nomal FrontEnd Developer Mode

  1. access http://0.0.0.0:3000/
  2. when debugging popup page, open http://0.0.0.0:3000//popup.html
  3. when debugging options page, open http://0.0.0.0:3000//options.html

Packing

After the development of your extension run the command

$ npm run build