Go to file
Jacob Karlsson 698f7f09ea Fix broken sync 2024-05-15 18:43:49 +02:00
public add PPPPP tech stack 2024-01-05 16:27:54 +02:00
scripts Run both apps with one command 2024-04-15 00:05:41 +02:00
src Fix broken sync 2024-05-15 18:43:49 +02:00
.gitignore Initialize project using Create React App 2024-01-04 13:38:05 +02:00
.prettierrc.yaml add electron 2024-01-04 13:59:46 +02:00
README.md More instructions in readme 2024-04-18 13:10:38 +02:00
main.js Fix broken sync 2024-05-15 18:43:49 +02:00
package.json Fix broken sync 2024-05-15 18:43:49 +02:00
pnpm-lock.yaml Fix broken sync 2024-05-15 18:43:49 +02:00
preload.js Use released db and set 2024-04-28 00:08:14 +02:00
tailwind.config.js add Tailwind 2024-01-04 14:53:41 +02:00

README.md

Zooboard

To run it yourself:

  1. npm install
  2. Download, install, and run pzp-hub.
  3. In the zooboard repo, npm run start-all

To run with a friend:

  1. Both npm install
  2. One of you downloads, installs, and runs pzp-hub on a machine with a public IP.
  3. You both, in the zooboard repo, run npm start in one terminal and npm run electron in another.

To use:

  1. 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".
  2. That peer clicks "Invite" in the app and gives that invite to the other peer.
  3. The other peer uses that invite by clicking "Join".
  4. Draw together and be happy!
  5. Discuss bugs here or pzp in general on the #pzp hashtag on your preferred social network.