Go to file
Andre Staltz 7a98e3cbcc
fix concurrent load and update, add support for gc'ing elements
2024-01-19 14:56:23 +02:00
public add PPPPP tech stack 2024-01-05 16:27:54 +02:00
src fix concurrent load and update, add support for gc'ing elements 2024-01-19 14:56:23 +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 add readme 2024-01-05 19:36:24 +02:00
main.js fix concurrent load and update, add support for gc'ing elements 2024-01-19 14:56:23 +02:00
package-lock.json set profile name in ppppp-dict 2024-01-05 17:48:32 +02:00
package.json pretty good use of gc, conductor, invites, hubs 2024-01-18 16:59:26 +02:00
preload.js read/write PPPPP persistence of excalidraw elements 2024-01-05 19:34:58 +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-dev in another
  3. Edit JS code
  4. Sometimes you may need to re-run step 2