hchiam / trysterollup

trysterollup - make serverless multiplayer web games, with the Gamepad API, plus WebRTC via trystero, rolled up in a convenience wrapper game controller
MIT License
2 stars 0 forks source link

npm package #16

Closed hchiam closed 2 months ago

hchiam commented 2 months ago

https://www.npmjs.com/package/trysterollup

https://docs.github.com/en/packages/quickstart

-------REMINDERS:------- 

1) just set up the package.json part of 
 https://docs.github.com/en/packages/quickstart 

2) run "yarn publish" 
 (instead of "npm publish --access public") 
 (you will be prompted to log in with 2FA if you have that set up) 

-------OTHERWISE:------- 

 yarn pkg # to minify 
 yarn pub # to publish

------------------------