Go to file
Andre Staltz 3d56d5de70
sort deps in package.json
2024-01-12 13:21:57 +02:00
public add PPPPP tech stack 2024-01-05 16:27:54 +02:00
src read/write PPPPP persistence of excalidraw elements 2024-01-05 19:34:58 +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 read/write PPPPP persistence of excalidraw elements 2024-01-05 19:34:58 +02:00
package-lock.json set profile name in ppppp-dict 2024-01-05 17:48:32 +02:00
package.json sort deps in package.json 2024-01-12 13:21:57 +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