mirror of https://codeberg.org/pzp/zooboard.git
|
||
---|---|---|
public | ||
scripts | ||
src | ||
.gitignore | ||
.prettierrc.yaml | ||
README.md | ||
main.js | ||
package.json | ||
pnpm-lock.yaml | ||
preload.js | ||
tailwind.config.js |
README.md
Zooboard
Running
To run it yourself:
npm install
- Download, install, and run pzp-hub.
- In the zooboard repo,
npm run start-all
To run with a friend:
- Both
npm install
- One of you downloads, installs, and runs pzp-hub on a machine with a public IP.
- You both, in the zooboard repo, run
npm start
in one terminal andnpm run electron
in another.
To use:
- One peer goes to the hub website (default on localhost is 0.0.0.0:3000), gets the admin invite, and uses it in the app by clicking "Join".
- That peer clicks "Invite" in the app and gives that invite to the other peer.
- The other peer uses that invite by clicking "Join".
- Draw together and be happy!
- Discuss bugs here or pzp in general on the #pzp hashtag on your preferred social network.
Known bugs
- Most of the time the things you try to draw (boxes, lines) just turn into dots ¯\_(ツ)_/¯
- Moving an item doesn't replicate to peers. Resizing an item also doesn't but might also make it disappear.
- Probably other stuff that you can find in the issue tracker