Go to file
Andre Staltz 99db65a7dc
update ppppp-sync with realtime sync mutually
2024-02-29 11:32:46 +02:00
public add PPPPP tech stack 2024-01-05 16:27:54 +02:00
src subscribe and display connections 2024-02-06 15:53:13 +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 fix small quirks 2024-01-31 14:42:19 +02:00
main.js cosmetic refactor 2024-02-21 10:13:29 +02:00
package-lock.json update ppppp-db 2024-02-28 15:50:36 +02:00
package.json update ppppp-sync with realtime sync mutually 2024-02-29 11:32:46 +02:00
preload.js subscribe and display connections 2024-02-06 15:53:13 +02:00
tailwind.config.js add Tailwind 2024-01-04 14:53:41 +02:00

README.md

Zooboard

To develop:

  1. npm install
  2. npm start in one terminal, npm run electron in another
  3. Edit JS code
  4. Sometimes you may need to re-run step 2